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 zach.ware
Recipients jzradom, zach.ware
Date 2022-02-04.20:33:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644006785.44.0.318778317922.issue46641@roundup.psfhosted.org>
In-reply-to
Content
See https://docs.python.org/3/tutorial/floatingpoint.html.

Your computer thinks in base 2 rather than base 10, unless you ask it nicely (https://docs.python.org/3/library/decimal.html) :)
History
Date User Action Args
2022-02-04 20:33:05zach.waresetrecipients: + zach.ware, jzradom
2022-02-04 20:33:05zach.waresetmessageid: <1644006785.44.0.318778317922.issue46641@roundup.psfhosted.org>
2022-02-04 20:33:05zach.warelinkissue46641 messages
2022-02-04 20:33:05zach.warecreate