2016-06-14 10:21:12 +02:00
|
|
|
C-coded Python extension module that supports multiple-precision arithmetic.
|
|
|
|
In addition to supporting GMP or MPIR for multiple-precision integer and
|
|
|
|
rational arithmetic, gmpy2 adds support for the MPFR (correctly rounded real
|
|
|
|
floating-point arithmetic) and MPC (correctly rounded complex floating-point
|
|
|
|
arithmetic) libraries.
|
|
|
|
|
2018-04-25 18:42:37 +02:00
|
|
|
WWW: https://pypi.org/project/gmpy2/
|
2016-06-14 10:21:12 +02:00
|
|
|
WWW: https://github.com/aleaxit/gmpy/releases
|