[issue1580] Use shorter float repr when possible

Raymond Hettinger report at bugs.python.org
Sun Apr 19 01:52:33 CEST 2009


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

The advantage is accuracy.  No double rounding.  This will also help the
math.fsum() function that is also susceptible to double rounding.

----------

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


More information about the Python-bugs-list mailing list