strings (dollar.cents) into floats
Wildemar Wildenburger
lasses_weil at klapptsowieso.net
Thu Aug 30 20:12:36 EDT 2007
More information about the Python-list mailing list
Thu Aug 30 20:12:36 EDT 2007
- Previous message (by thread): Automation and scheduling of FrontPage publishing using Python
- Next message (by thread): strings (dollar.cents) into floats
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ben Finney wrote: > You most likely do *not* want floating-point numbers for currency, > since they rely on the operating system's binary floating point > support which cannot accurately represent decimal fractions. > I've heard (ok, read) that several times now and I understand the argument. But what use is there for floats, then? When is it OK to use them? /W
- Previous message (by thread): Automation and scheduling of FrontPage publishing using Python
- Next message (by thread): strings (dollar.cents) into floats
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list