Login
From:
Python documentation
(Uncensored)
subscribe
decimal — Decimal fixed-point and floating-point arithmetic — Python 3.13.2 documentation
https://docs.python.org/3/library/decimal.html
links
backlinks
Roast topics
Find topics
Find it!
Source code: Lib/decimal.py The decimal module provides support for fast correctly rounded decimal floating-point arithmetic. It offers several advantages over the float datatype: Decimal “is based...