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 joshinsel
Recipients joshinsel
Date 2021-12-21.06:59:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640069974.07.0.0953618961908.issue46144@roundup.psfhosted.org>
In-reply-to
Content
math.log(536870912, 2) should return 29.0, because 2^29 = 536870912. However, it instead returns 29.000000000000004.
History
Date User Action Args
2021-12-21 06:59:34joshinselsetrecipients: + joshinsel
2021-12-21 06:59:34joshinselsetmessageid: <1640069974.07.0.0953618961908.issue46144@roundup.psfhosted.org>
2021-12-21 06:59:34joshinsellinkissue46144 messages
2021-12-21 06:59:33joshinselcreate