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 abarry
Recipients abarry, goodbad
Date 2016-02-05.03:00:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454641243.91.0.969980054663.issue26291@psf.upfronthosting.co.za>
In-reply-to
Content
This is due to how floating point numbers are handled under the hood. See http://effbot.org/pyfaq/why-are-floating-point-calculations-so-inaccurate.htm and https://docs.python.org/3/tutorial/floatingpoint.html for some useful read about why Python behaves like this regarding floating point numbers. Both these link state that this isn't a bug in Python, rightly so as it isn't.
History
Date User Action Args
2016-02-05 03:00:43abarrysetrecipients: + abarry, goodbad
2016-02-05 03:00:43abarrysetmessageid: <1454641243.91.0.969980054663.issue26291@psf.upfronthosting.co.za>
2016-02-05 03:00:43abarrylinkissue26291 messages
2016-02-05 03:00:43abarrycreate