hi all is there some library for large precision complex numbers in python?

link|improve this question
feedback

2 Answers

Take a look at mpmath.

link|improve this answer
@eddie Is this useful to you? Would be nice to get some feedback. – David Heffernan Mar 8 '11 at 19:47
feedback

You can also try numpy.

link|improve this answer
Does numpy do arbitrary precision floating point? – David Heffernan Mar 8 '11 at 13:45
Hmm, looking at the documentation, it looks like it supports up to 256 bit complex numbers (two 128 floats), supposing your platform supports it. Since numpy has a certain focus on speed, looks like you're limited to what can be supported natively by your computer. – Gordon Worley Mar 10 '11 at 1:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.