gmpy2

gmpy2 interface to GMP, MPFR, and MPC for Python

41 个版本 Python >=3.9
Alex Martelli, Case Van Horsen
安装
pip install gmpy2
poetry add gmpy2
pipenv install gmpy2
conda install 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).

Releases are available in the Python Package Index (PyPI) at https://pypi.python.org/pypi/gmpy2/. Documentation is available at https://gmpy2.readthedocs.io/.

版本列表
2.4.0a1 2026-06-20
2.4.0a0 2026-03-20
2.3.1 2026-06-24
2.3.0 2026-02-08
2.3.0b1 2026-02-03
2.3.0a3 2025-12-08
2.3.0a2 2025-11-25
2.3.0a1 2025-08-23
2.2.2 2025-11-27
2.2.1 2024-07-21
2.2.0 2024-07-01
2.2.2a1 2025-08-14
2.2.0rc1 2024-06-13
2.2.0a1 2023-09-25
2.1.5 2022-12-18
2.1.4 2022-12-11
2.1.3 2022-12-07
2.1.2 2022-01-06
2.1.1 2021-12-14
2.1.0 2021-12-12
2.1.0rc2 2021-12-05
2.1.0rc1 2021-09-04
2.1.0b5 2020-07-31
2.1.0b4 2020-02-10
2.1.0b3 2019-08-26
2.1.0b1 2019-08-26
2.1.0a4 2018-11-15
2.1.0a3 2018-10-01
2.1.0a2 2018-04-15
2.1.0a1 2017-11-23
2.0.8 2016-06-26
2.0.7 2015-08-20
2.0.6 2015-07-06
2.0.5 2015-01-13
2.0.4 2014-10-08
2.0.3 2013-11-29
2.0.2 2013-08-25
2.0.1 2013-07-28