(If the class is already available and I missed it when I looked, please ignore this.)
I recently wanted to be able to round floating point numbers to 10 digits of precision, and the "decimal" class was the first thing I thought of. It didn't seem to be available, so I wrote an awful hack instead, and I hope it works.
I would really appreciate having the Python "decimal" class. For predictable arithmetic there is nothing like it.


Reply With Quote