blob: e89686b809cc2c06d59b1dedead6bee19d28cf6e (
plain)
1
2
3
4
|
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.
|