Differences between revisions 1 and 2
Revision 1 as of 2007-03-30 04:28:39
Size: 495
Editor: AlexGhitza
Comment: creation
Revision 2 as of 2008-11-14 13:42:10
Size: 495
Editor: anonymous
Comment: converted to 1.6 markup
No differences found!

The General Multiprecision PYthon project, aka GMPY, (http://gmpy.sourceforge.net/) focuses on Python-usable modules providing multiprecision arithmetic functionality to Python programmers. It aims to include integral, rational, and floating-point arithmetic in any base. At the moment (March 2007) it wraps and exposes to Python (a lot of) the functionality of the GNU Multiple Precision library, GMP (http://gmplib.org/).

GMPY is a free software project released under the LGPL license.