Updates:
Status: WorkingAsIntended
Comment #1 on issue 1339 by [email protected]: v8 deal with 64bit data
type incorrectly!
http://code.google.com/p/v8/issues/detail?id=1339
While it may be surprising, this is the intended JavaScript behavior and is
exhibited by other JavaScript engines.
There is no 64-bit data type in JavaScript; *all* numbers are specified as
IEEE double precision floating point numbers.
As the ECMA spec notes, above the integer value 2^53 not all integer values
can be represented exactly as double precision floating point values.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev