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 BigDecimal , which supports unlimited precision of the decimal calculation.

Have you seen the decimal module?

Comments

Popular posts from this blog

mysql - where clause in inner join query -

java - Why my included JSP file won't get processed correctly? -

php - MySQL Query for Advanced Search multiple criteria -