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 serhiy.storchaka
Recipients MJH, ezio.melotti, jab, jyasskin, mark.dickinson, serhiy.storchaka
Date 2018-09-25.06:34:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537857290.69.0.545547206417.issue32956@psf.upfronthosting.co.za>
In-reply-to
Content
See the discussion on the Python-Dev mailing list: https://mail.python.org/pipermail/python-dev/2008-January/075863.html.

For C look at the rint() function. It is a common knowledge that rounding half-to-even is what users want in most cases, but it is a tiny bit more expensive in C. In Python the additional cost of such rounding is insignificant.
History
Date User Action Args
2018-09-25 06:34:50serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, jyasskin, ezio.melotti, jab, MJH
2018-09-25 06:34:50serhiy.storchakasetmessageid: <1537857290.69.0.545547206417.issue32956@psf.upfronthosting.co.za>
2018-09-25 06:34:50serhiy.storchakalinkissue32956 messages
2018-09-25 06:34:50serhiy.storchakacreate