Rounding Bug in Python 2.0!
Moshe Zadka
moshez at math.huji.ac.il
Wed Nov 1 10:09:59 EST 2000
More information about the Python-list mailing list
Wed Nov 1 10:09:59 EST 2000
- Previous message (by thread): ANN: mx Extension Series for Python 2.0
- Next message (by thread): Rounding Bug in Python 2.0! - ugh
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 1 Nov 2000, Pete Forman wrote: > It would be nice if Python would make use of dtoa() rather than stock > sprintf() to display floating-point numbers. There are variants of > dtoa in netlib and libg++. netlib and libg++ aren't always available. Python is meant to be portable... And anyway, the problem isn't necessarily one of display: you have to ways to display floats: str -- inaccurate but readable repr -- (more) accurate but unreadable -- Moshe Zadka <moshez at math.huji.ac.il> -- 95855124 http://advogato.org/person/moshez
- Previous message (by thread): ANN: mx Extension Series for Python 2.0
- Next message (by thread): Rounding Bug in Python 2.0! - ugh
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list