Message 321910 - Python tracker

Message321910

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