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 belopolsky
Recipients BreamoreBoy, aconrad, belopolsky, larry, mark.dickinson, python-dev, r.david.murray, tbarbugli, tim.peters, trcarden, vivanov, vstinner
Date 2015-09-04.22:46:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441406763.97.0.197881622145.issue23517@psf.upfronthosting.co.za>
In-reply-to
Content
Here is what Wikipedia has to say on the subject:

"""
Round half to even .. This method treats positive and negative values symmetrically, and is therefore free of sign bias. More importantly, for reasonable distributions of y values, the expected (average) value of the rounded numbers is the same as that of the original numbers. However, this rule will introduce a towards-zero bias when y − 0.5 is even, and a towards-infinity bias for when it is odd.
"""
https://en.wikipedia.org/wiki/Rounding#Round_half_to_even
History
Date User Action Args
2015-09-04 22:46:04belopolskysetrecipients: + belopolsky, tim.peters, mark.dickinson, vstinner, larry, r.david.murray, aconrad, BreamoreBoy, vivanov, python-dev, tbarbugli, trcarden
2015-09-04 22:46:03belopolskysetmessageid: <1441406763.97.0.197881622145.issue23517@psf.upfronthosting.co.za>
2015-09-04 22:46:03belopolskylinkissue23517 messages
2015-09-04 22:46:03belopolskycreate