2014-11-05 12:41:07 +01:00

5 lines
257 B
Plaintext

GMPY and GMPY2 are C-coded Python extension modules that support fast
multiple-precision arithmetic. GMPY only supports the GMP library and
provides fast multiple-precision integer and rational arithmetic. The
limited mpf type from GMP is also supported.