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