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

Question:

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

Asked By: eddie

||

Answers:

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

Answered By: David Heffernan

You can also try numpy (official website).