Unlimited-precision decimal math support in Python itself -
I have a question about Python's pure mathematical support. As far as I know, at some point, calculation is not enough in Python, given that the circuit is big enough.
Is there something like a library in Python instead of importing some unlimited exact support languages? I'm asking in Java for something like Have you seen the decimal module? BigDecimal , which supports unlimited precision of the decimal calculation.
Comments
Post a Comment