Go to file
2023-06-15 13:26:25 -06:00
.gitignore
python-gmpy2-python3.12.patch Add upstream patch for python 3.12 compatibility 2023-06-15 12:23:23 -06:00
python-gmpy2.spec Restore the ability to build with python < 3.12 2023-06-15 13:26:25 -06:00
README.md
sources

python-gmpy2

gmpy2 is an optimized, C-coded Python extension module that supports fast multiple-precision arithmetic. gmpy2 is based on the original gmpy module. gmpy2 adds support for correctly rounded multiple-precision real arithmetic (using the MPFR library) and complex arithmetic (using the MPC library).