-
Request for Python "decimal" class
(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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules