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 benjamin.peterson
Recipients benjamin.peterson, mhmtyozcu001
Date 2008-10-06.23:07:12
SpamBayes Score 0.011079042
Marked as misclassified No
Message-id <1223334433.36.0.332183862237.issue4061@psf.upfronthosting.co.za>
In-reply-to
Content
This is a result of poor floating-point precision:

>>> 2.3
2.2999999999999998
>>> 6.3
6.2999999999999998

See http://docs.python.org/tutorial/floatingpoint.html for more information.
History
Date User Action Args
2008-10-06 23:07:13benjamin.petersonsetrecipients: + benjamin.peterson, mhmtyozcu001
2008-10-06 23:07:13benjamin.petersonsetmessageid: <1223334433.36.0.332183862237.issue4061@psf.upfronthosting.co.za>
2008-10-06 23:07:12benjamin.petersonlinkissue4061 messages
2008-10-06 23:07:12benjamin.petersoncreate