Library for decimal floating point arithmetic with high precision
Library for decimal floating point arithmetic
mpdecimal
$ mpdecimal --version
$ python3 -c "from decimal import Decimal; print(Decimal('0.1') + Decimal('0.2'))"
$ brew info mpdecimal