Search code examples
pythoncomplex-numberslargenumber

Is there a library for large precision complex numbers in Python?


Is there a library for large precision complex numbers in Python?


Solution

  • Take a look at mpmath which offers real and complex floating-point arithmetic with arbitrary precision.