REQ : Real.py

Pearu Peterson pearu at cens.ioc.ee
Thu Aug 23 12:31:36 EDT 2001


On Thu, 23 Aug 2001, Patrick wrote:

> Does someone knows where is the 'real.py' module that seems very useful and
> fast for number crunching ? The link on the Python Homepage is not valid (
> ftp://ftp.python.org/pub/python/contrib/Math/real-accurate.pyar ).

You might want to try GMPY:

http://gmpy.sourceforge.net/

for multiprecision arithmetics. It should give you fastest execution that
you can get in Python for doing arbitrary precision number crunching.

Regards,
	Pearu 




More information about the Python-list mailing list