[issue22134] string formatting float rounding errors

Ned Deily report at bugs.python.org
Mon Aug 4 22:47:14 CEST 2014


Ned Deily added the comment:

What you are seeing is due to the limitations of binary floating-point arithmetic.  The issue is described in more detail in the Python tutorial:

https://docs.python.org/2/tutorial/floatingpoint.html#tut-fp-issues

----------
nosy: +ned.deily
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22134>
_______________________________________


More information about the Python-bugs-list mailing list