[Python-ideas] Settable defaulting to decimal instead of float

George Fischhof george at fischhof.hu
Thu Jan 12 04:04:54 EST 2017


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>


More information about the Python-ideas mailing list