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 cykerway
Recipients cykerway, mark.dickinson, steven.daprano
Date 2021-12-24.16:09:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640362195.58.0.773222600103.issue46173@roundup.psfhosted.org>
In-reply-to
Content
If python's float strictly adheres to IEEE 754 binary64 (is that so?), then the problem may be caused by rounding. However, even in that case I still don't get the benefits of doing range check on a rounded input but not the input itself. Does IEEE 754 itself give any specifications about range check and rounding during such type conversion?
History
Date User Action Args
2021-12-24 16:09:55cykerwaysetrecipients: + cykerway, mark.dickinson, steven.daprano
2021-12-24 16:09:55cykerwaysetmessageid: <1640362195.58.0.773222600103.issue46173@roundup.psfhosted.org>
2021-12-24 16:09:55cykerwaylinkissue46173 messages
2021-12-24 16:09:55cykerwaycreate