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 christian.heimes
Recipients christian.heimes, wlodek
Date 2021-01-11.12:09:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610366948.99.0.0206249609484.issue42890@roundup.psfhosted.org>
In-reply-to
Content
Rounding errors are to be expected. Python uses IEEE-754 double precision floats. See https://docs.python.org/3/tutorial/floatingpoint.html
History
Date User Action Args
2021-01-11 12:09:09christian.heimessetrecipients: + christian.heimes, wlodek
2021-01-11 12:09:08christian.heimessetmessageid: <1610366948.99.0.0206249609484.issue42890@roundup.psfhosted.org>
2021-01-11 12:09:08christian.heimeslinkissue42890 messages
2021-01-11 12:09:08christian.heimescreate