Precision issue
Cameron Laird
claird at lairds.com
Fri Oct 10 14:51:05 EDT 2003
More information about the Python-list mailing list
Fri Oct 10 14:51:05 EDT 2003
- Previous message (by thread): Precision issue
- Next message (by thread): Precision issue
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <Ooicne5U3dhZdhuiU-KYgg at comcast.com>, Terry Reedy <tjreedy at udel.edu> wrote: . . . >It is for decimally representing, as precisely as possible *with 17 >digits*, the actual value. I presume that 17 in the minimum necessary >to guarantee a unique, back-convertible prepresentation for every >float. . . . Stuff in this area is difficult to express precisely. I'm not sure what your, "I presume that ..." means. Here's one way to think about that magic number: there are "floats" which are distinct, but agree to sixteen (decimal-)digits of accuracy. Some (seventeen-digit) decimals canNOT be achieved through a round trip. -- Cameron Laird <claird at phaseit.net> Business: http://www.Phaseit.net
- Previous message (by thread): Precision issue
- Next message (by thread): Precision issue
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list