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 vstinner
Recipients MJH, ezio.melotti, jab, jyasskin, mark.dickinson, serhiy.storchaka, vstinner
Date 2018-09-26.11:22:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537960967.37.0.545547206417.issue32956@psf.upfronthosting.co.za>
In-reply-to
Content
Rounding floating point numbers is a complex topic :-) Here are my notes on that topic: https://vstinner.readthedocs.io/misc.html#rounding It took me years to fix how Python rounds timestamps :-)
History
Date User Action Args
2018-09-26 11:22:47vstinnersetrecipients: + vstinner, mark.dickinson, jyasskin, ezio.melotti, jab, serhiy.storchaka, MJH
2018-09-26 11:22:47vstinnersetmessageid: <1537960967.37.0.545547206417.issue32956@psf.upfronthosting.co.za>
2018-09-26 11:22:47vstinnerlinkissue32956 messages
2018-09-26 11:22:47vstinnercreate