[Python-ideas] Settable defaulting to decimal instead of float
George Fischhof
george at fischhof.hu
Thu Jan 12 04:04:54 EST 2017
More information about the Python-ideas mailing list
Thu Jan 12 04:04:54 EST 2017
- Previous message (by thread): [Python-ideas] How to respond to trolling (Guido van Rossum)
- Next message (by thread): [Python-ideas] Settable defaulting to decimal instead of float
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi There, Settable defaulting to decimal instead of float It would be good to be able to use decimal automatically instead of float if there is a setting. For example an environment variable or a flag file. Where and when accuracy is more important than speed, the user could set this flag, and calculate with decimal numbers as learned in the school. I think several people would use this function Best regards, George -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-ideas/attachments/20170112/c5a41529/attachment.html>
- Previous message (by thread): [Python-ideas] How to respond to trolling (Guido van Rossum)
- Next message (by thread): [Python-ideas] Settable defaulting to decimal instead of float
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list