ppc64le/linux-1.0.0/: gmpy2-2.1.2 metadata and description

Homepage Simple index Newer version available

gmpy2 interface to GMP/MPIR, MPFR, and MPC for Python 2.7 and 3.5+

author Case Van Horsen
author_email [email protected]
classifiers
  • Development Status :: 4 - Beta
  • Intended Audience :: Developers
  • Intended Audience :: Science/Research
  • License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
  • Natural Language :: English
  • Operating System :: MacOS :: MacOS X
  • Operating System :: Microsoft :: Windows
  • Operating System :: POSIX
  • Programming Language :: C
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: Implementation :: CPython
  • Topic :: Scientific/Engineering :: Mathematics
  • Topic :: Software Development :: Libraries :: Python Modules
  • Environment :: MetaData :: IBM Python Ecosystem
dynamic
  • author
  • author-email
  • classifier
  • description
  • home-page
  • keywords
  • license
  • license-file
  • summary
keywords gmp mpfr mpc multiple-precision arbitrary-precision precision bignum
license LGPL-3.0+
license_file
  • COPYING
  • COPYING.LESSER
File Tox results History
gmpy2-2.1.2-cp310-cp310-linux_ppc64le.whl
Size
910 KB
Type
Python Wheel
Python
3.10
gmpy2-2.1.2-cp311-cp311-linux_ppc64le.whl
Size
811 KB
Type
Python Wheel
Python
3.11
gmpy2-2.1.2-cp39-cp39-linux_ppc64le.whl
Size
792 KB
Type
Python Wheel
Python
3.9

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/