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 paul.moore
Recipients paul.moore, steve.dower, tim.golden, wassersteinchen, zach.ware
Date 2018-07-18.19:27:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531942031.77.0.56676864532.issue34153@psf.upfronthosting.co.za>
In-reply-to
Content
See https://docs.python.org/3.7/tutorial/floatingpoint.html. Essentially, the behaviour you are seeing is caused by the fact that the results calculations you are attempting cannot be exactly represented in binary floating point, so approximate results are shown.
History
Date User Action Args
2018-07-18 19:27:11paul.mooresetrecipients: + paul.moore, tim.golden, zach.ware, steve.dower, wassersteinchen
2018-07-18 19:27:11paul.mooresetmessageid: <1531942031.77.0.56676864532.issue34153@psf.upfronthosting.co.za>
2018-07-18 19:27:11paul.moorelinkissue34153 messages
2018-07-18 19:27:11paul.moorecreate