This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients loewis, mark.dickinson
Date 2008-05-22.05:04:22
SpamBayes Score 0.07833839
Marked as misclassified No
Message-id <1211432667.77.0.342763538564.issue2937@psf.upfronthosting.co.za>
In-reply-to
Content
Python (the language) makes no guarantee itself on what the precise
semantics of floating-point operations is. This is documented in

http://docs.python.org/ref/types.html

"These represent machine-level double precision floating point numbers.
You are at the mercy of the underlying machine architecture (and C or
Java implementation) for the accepted range and handling of overflow."

If you want to, one could add ", precision" in the sentence; I think it
is fine as it stands.
History
Date User Action Args
2008-05-22 05:04:28loewissetspambayes_score: 0.0783384 -> 0.07833839
recipients: + loewis, mark.dickinson
2008-05-22 05:04:27loewissetspambayes_score: 0.0783384 -> 0.0783384
messageid: <1211432667.77.0.342763538564.issue2937@psf.upfronthosting.co.za>
2008-05-22 05:04:23loewislinkissue2937 messages
2008-05-22 05:04:23loewiscreate