Skip to content
/ gmpy Public
forked from aleaxit/gmpy

Multiple-precision library for Python supporting GMP/MPIR, MPFR, and MPC libraries.

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

casevh/gmpy

This branch is 6 commits ahead of, 76 commits behind aleaxit/gmpy:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

189cc14 · Jul 11, 2024
Jul 10, 2024
Apr 23, 2024
Mar 24, 2024
Dec 5, 2023
May 19, 2024
Jun 29, 2024
May 21, 2024
Mar 18, 2024
Feb 12, 2024
Mar 14, 2023
Feb 19, 2012
Feb 19, 2012
Jan 25, 2023
Feb 3, 2023
Jun 29, 2024
Mar 19, 2023
Jun 29, 2024
Mar 9, 2024

Repository files navigation

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).

Version 2.2

gmpy2 2.2.0 is now available with support for Python 3.7 to 3.13.

  • Support for thread-safe contexts and context methods has been improved.
  • Interoperability with Cython extensions has been updated.
  • Extensive improvements have been made to the build and testing processes.
  • Many bug fixes.
  • Extensive documentation cleanup.

Availability

gmpy2 is available at https://pypi.python.org/pypi/gmpy2/

Documentation is available at https://gmpy2.readthedocs.io/en/latest/

About

Multiple-precision library for Python supporting GMP/MPIR, MPFR, and MPC libraries.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 85.6%
  • Python 11.5%
  • C++ 1.9%
  • Other 1.0%