Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 993
eddie Avatar asked Mar 08 '11 11:03

eddie


1 Answers

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

like image 114
David Heffernan Avatar answered Oct 20 '22 12:10

David Heffernan