> I would like to re-raise the issue of float repr() -- making repr(1.1) > == '1.1' instead of '1.1000000000000001'.
Can you propose an algorithm that meets your needs, and still has the property of unambiguously identifying the true floating point number? It's (perhaps) easy to request this, but much more difficult to implement it. Regards, Martin _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
