Raymond Hettinger <[EMAIL PROTECTED]> added the comment:

FWIW, what you're seeing is related to "representation error" not "poor
precision".  The numbers 2.3, 6.3, and 8.6 cannot be exactly represented
in binary floating point.  When you think about it, this is no more
surprising than knowing the fractions 1/3 and 2/3 cannot be exactly
represented in either decimal or binary floating point.

----------
nosy: +rhettinger

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4061>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to