gmpy2
gmpy2 interface to GMP, MPFR, and MPC for Python 3.7+
gmpy2 interface to GMP, MPFR, and MPC for Python 3.7+
To install this package, run one of the following:
gmpy2 is a C-coded Python extension module that supports multiple-precision arithmetic. It is the successor to the original gmpy module (supported only the GMP library). gmpy2 adds support for the MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly rounded complex floating-point arithmetic) libraries.
Summary
gmpy2 interface to GMP, MPFR, and MPC for Python 3.7+
Information Last Updated
Sep 8, 2025 at 17:23
License
LGPL-3.0-or-later
Total Downloads
8
GitHub Repository
https://github.com/aleaxit/gmpyDocumentation
https://gmpy2.readthedocs.io/