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 remi.lapeyre
Recipients Goodester, SilentGhost, remi.lapeyre, xtreak
Date 2019-02-22.17:24:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550856287.38.0.774479773973.issue36082@roundup.psfhosted.org>
In-reply-to
Content
This is called banker rounding and is done on purpose to limit the accumulation of errors when summing a list of rounded integers. You can read https://en.m.wikipedia.org/wiki/Rounding#Round_half_to_even and look at IEEE 754 for more information.
History
Date User Action Args
2019-02-22 17:24:47remi.lapeyresetrecipients: + remi.lapeyre, SilentGhost, xtreak, Goodester
2019-02-22 17:24:47remi.lapeyresetmessageid: <1550856287.38.0.774479773973.issue36082@roundup.psfhosted.org>
2019-02-22 17:24:47remi.lapeyrelinkissue36082 messages
2019-02-22 17:24:47remi.lapeyrecreate