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 David Hwang
Recipients David Hwang
Date 2020-02-02.05:10:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580620248.23.0.0499654222962.issue39525@roundup.psfhosted.org>
In-reply-to
Content
These two numbers are off by 1, and so should give different answer to
>>> math.remainder(12345678901234567890,3)
1.0
>>> math.remainder(12345678901234567891,3)
1.0
History
Date User Action Args
2020-02-02 05:10:48David Hwangsetrecipients: + David Hwang
2020-02-02 05:10:48David Hwangsetmessageid: <1580620248.23.0.0499654222962.issue39525@roundup.psfhosted.org>
2020-02-02 05:10:48David Hwanglinkissue39525 messages
2020-02-02 05:10:48David Hwangcreate