Message 337924 - Python tracker

Message337924

Author remi.lapeyre
Recipients MeeranRizvi, remi.lapeyre
Date 2019-03-14.14:40:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552574439.55.0.885505527296.issue36288@roundup.psfhosted.org>
In-reply-to
Content
Thanks for submitting a report MeeranRizvi.

This is the expected behavior, according to the IEEE 754 Python round to nearest even integer. This is called the bankers' rounding and is done (I think) to limitate the propagation of errors.

I suggest we close this as not a bug.
History
Date User Action Args
2019-03-14 14:40:39remi.lapeyresetrecipients: + remi.lapeyre, MeeranRizvi
2019-03-14 14:40:39remi.lapeyresetmessageid: <1552574439.55.0.885505527296.issue36288@roundup.psfhosted.org>
2019-03-14 14:40:39remi.lapeyrelinkissue36288 messages
2019-03-14 14:40:39remi.lapeyrecreate