Vag wrote: >Some strange behaviour of latest CLEAN version I found accidentally: > >Start = [0.6,0.7 .. 1.2] > > > > [ .6, .7, .8, .9, .:, 1.1, 1.2 ] > ^^^^^
This is caused by an error in the function that converts a Real to a string on 64 bit Windows. If the Real is very close to a power of 10, rounding .999999999999999999 up, after computing the position of the decimal point causes the function to yield .: , because : is the character with the next ascii code after 9. I had discovered and fixed this already. Kind regards, John van Groningen _______________________________________________ clean-list mailing list [email protected] http://mailman.science.ru.nl/mailman/listinfo/clean-list
