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

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

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