|
> Normally this is guaranteed to 2^64 –1 The Number data type is based on the
IEEE-754 double-precision standard. It uses 64 bits to store a floating point
number. However, only 52 bits are used for the
binary significand; 11 are for the binary exponent, and 1 is for the sign. So it
cannot store integers up to 2^64 -1 exactly; only up to 2^52 - 1. It can of
course also store some integers (and non-integers) much larger than 2^64 - 1,
such as 1e100. - Gordon From:
-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
__,_._,___ |
- Re: [SPAM] Re: [flexcoders] Re: decimal numbers in financi... Samuel D. Colak
- RE: [SPAM] Re: [flexcoders] Re: decimal numbers in fi... Gordon Smith
- Re: [SPAM] Re: [flexcoders] Re: decimal numbers i... Samuel D. Colak
- RE: [SPAM] Re: [flexcoders] Re: decimal numbe... Gordon Smith

