Programmerman1
Programmerman1
This is the same as #71: Safari 6 keeps the double version of the input, not the original string (which is not to say it's a duplicate, it's a different...
So the problem is that Safari 6 stores and displays the floating-point value rather than the string value, even though the unrounded string is a valid floating-point number per the...
I'm pretty sure this is expected: double (64-bit float) can't store that much precision, only 52 bits of precision. That's between 15 and 17 decimal digits.