Benjamin Peterson <[EMAIL PROTECTED]> added the comment:

This is a result of poor floating-point precision:

>>> 2.3
2.2999999999999998
>>> 6.3
6.2999999999999998

See http://docs.python.org/tutorial/floatingpoint.html for more information.

----------
nosy: +benjamin.peterson
resolution:  -> invalid
status: open -> closed

_______________________________________
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