48c22f9303
This is far from complete. We still need to review and tweak anything with "PYTHON" in the README, as many/most/all of those are telling the user how to build with python3 support. We almost surely want to enable that by default in all of those cases. |
||
---|---|---|
.. | ||
README | ||
python3-gmpy2.SlackBuild | ||
python3-gmpy2.info | ||
slack-desc |
README
gmpy2 is an optimized, c-coded python extension module that supports fast multiple-precision arithmetic. gmpy2 is based on the original gmpy module. 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. This is the python3 version of gmpy2.