[issue34153] 10/3 - last digit

Paul Moore report at bugs.python.org
Wed Jul 18 15:27:11 EDT 2018


Paul Moore <p.f.moore at gmail.com> added the comment:

See https://docs.python.org/3.7/tutorial/floatingpoint.html. Essentially, the behaviour you are seeing is caused by the fact that the results calculations you are attempting cannot be exactly represented in binary floating point, so approximate results are shown.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list