ToString for Numbers: reducing variation.

2008-07-11 Thread David Jones
After I wrote a blog article on this subject someone suggested I raise the issue here. Currently, ECMA 262 3rd edition section 9.8.1, the ToString operator permits implementations to vary in how they convert certain numbers to strings. For example the number 5e-324 could legally be

Re: ToString for Numbers: reducing variation.

2008-07-11 Thread Waldemar Horwat
David Jones wrote: After I wrote a blog article on this subject someone suggested I raise the issue here. Currently, ECMA 262 3rd edition section 9.8.1, the ToString operator permits implementations to vary in how they convert certain numbers to strings. For example the number 5e-324