[issue32956] python 3 round bug

STINNER Victor report at bugs.python.org
Wed Sep 26 07:22:47 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

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 :-)

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32956>
_______________________________________


More information about the Python-bugs-list mailing list