Updates:
Status: WorkingAsIntended
Comment #1 on issue 163 by [EMAIL PROTECTED]: Provide native support for
single precision floating point values
http://code.google.com/p/v8/issues/detail?id=163
The omission of floats is by design. Please take a look at the definition
of the Number type in the ECMAScript
Language Specification
(http://www.ecma-international.org/publications/standards/Ecma-262.htm),
section
4.3.20 titled "Number Type":
The type Number is a set of values representing numbers. In ECMAScript ,
the set of values represents the
double-precision 64-bit format IEEE 754 values including the special
“Not-a-Number” (NaN) values, positive
infinity, and negative infinity.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---