ppc64le/linux-1.0.0/: gmpy2-2.1.2 metadata and description
gmpy2 interface to GMP/MPIR, MPFR, and MPC for Python 2.7 and 3.5+
| author | Case Van Horsen |
| author_email | [email protected] |
| classifiers |
|
| dynamic |
|
| keywords | gmp mpfr mpc multiple-precision arbitrary-precision precision bignum |
| license | LGPL-3.0+ |
| license_file |
|
| metadata_version | 2.4 |
| File | Tox results | History |
|---|---|---|
gmpy2-2.1.2-cp310-cp310-linux_ppc64le.whl
|
|
|
gmpy2-2.1.2-cp311-cp311-linux_ppc64le.whl
|
|
|
gmpy2-2.1.2-cp39-cp39-linux_ppc64le.whl
|
|
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).
gmpy2 2.1 was extensively refactored. Some of the significant changes are:
Support for thread-safe contexts and context methods
Interoperability with Cython extensions
mpz and mpq operation can release the GIL (controlled by the conntext)
Improved argument processing
gmpy2 is available at https://pypi.python.org/pypi/gmpy2/
Documentation is available at https://gmpy2.readthedocs.io/en/latest/