gmpy2 requires CPython 3.7 or above. Pre-compiled binary wheels are available
on PyPI. You can install latest release with pip:
or some specific version with:
From Sources
If pre-compiled binary wheels aren’t available for your platform, the pip will
fallback to installation from sources. In this case you will need to have
required libraries (GMP, MPFR and MPC) already installed on your system, along
with the include files for those libraries. On Debian you can install them
systed-wide with:
sudo apt install libgmp-dev libmpfr-dev libmpc-dev
Tip
On Windows we recommend using MSYS2 to build
the gmpy2 from sources. To install required dependencies before, run:
pacman -S gcc gmp-devel mpfr-devel mpc-devel python-setuptools python-pip
If you are a developer or like to get the latest updates as they come, be sure
to install from the git repository and include required extra dependencies,
for example the optional “tests” list, which include packages required
for testing:
git clone git://github.com/aleaxit/gmpy.git cd gmpy pip install -e .[tests]
Next you may want to run full set of unit tests to make sure everything works:
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign up
Appearance settings
Project description
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.1
-
Bug fix: use C int instead of C char for some internal code. Issue
-
Bug fix: add xmpz.bit_count method.
gmpy2 2.2.0
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/
Project details
Download files
Download the file for your platform. If you’re not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file gmpy2-2.2.1.tar.gz
.
File metadata
-
Download URL:
gmpy2-2.2.1.tar.gz - Upload date:
- Size: 234.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e83e07567441b78cb87544910cb3cc4fe94e7da987e93ef7622e76fb96650432 |
|
MD5 | 38961d26ff09cc70ff3cf07fcc892831 |
|
BLAKE2b-256 | 07bdc6c154ce734a3e6187871b323297d8e5f3bdf9feaafc5212381538bc19e4 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp313-cp313-win_amd64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp313-cp313-win_amd64.whl - Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp313-cp313-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74235fcce8a1bee207bf8d43955cb04563f71ba8231a3bbafc6dd7869503d05c |
|
MD5 | 04629d3106542417ccdb1a39511dcdcd |
|
BLAKE2b-256 | b228335bf8b4a1fc2acacda311f03cdfe87a07585754b95bae2c5331de15726b |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp313-cp313-musllinux_1_2_x86_64.whl - Upload date:
- Size: 1.7 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 831280e3943897ae6bf69ebd868dc6de2a46c078230b9f2a9f66b4ad793d0440 |
|
MD5 | 476a0e29a76efbe287315ffd2d3e4759 |
|
BLAKE2b-256 | 93399aa392f20f5246740529a65385d2a40b7002f1fa98cc3205e708a77da2d7 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp313-cp313-musllinux_1_2_i686.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp313-cp313-musllinux_1_2_i686.whl - Upload date:
- Size: 1.6 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13b0e00170c14ed4cd1e007cc6f1bcb3417b5677d2ef964d46959a1833aa84ab |
|
MD5 | 845c055510a323cc76cfe80652b2d950 |
|
BLAKE2b-256 | 244a923e50787dcd7ac7caa14a1c3f15040c16bf9cad6e42d9664070b5d45e7f |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - Upload date:
- Size: 1.7 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0b1e14ef1793a1e0176e7b54b29b44c1d93cf8699ca8e4a93ed53fdd16e2c52 |
|
MD5 | bcb55718d75a77672f63d5cca17efc90 |
|
BLAKE2b-256 | a303c59a817ac599043224101dac647e712ebce400394980609646993fcc7787 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl - Upload date:
- Size: 1.7 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a845a7701217da4ff81a2e4ae8df479e904621b7953d3a6b4ca0ff139f1fa71f |
|
MD5 | b43d467bd4370d960059de4a2a643c38 |
|
BLAKE2b-256 | 77be474784ac57eac28c61cf789e55acea874f115f00757896502f50a5bcd0f0 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp313-cp313-macosx_11_0_arm64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp313-cp313-macosx_11_0_arm64.whl - Upload date:
- Size: 696.5 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6468fc604d5a322fe037b8880848eef2fef7e9f843872645c4c11eef276896ad |
|
MD5 | 5e38e285019936f5b62e1b2b7a0bbdbd |
|
BLAKE2b-256 | b42d4d6992ac765c8e5b53c3f4950369e92194d376aef2dd12c950ee9b6bcd70 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp313-cp313-macosx_10_9_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp313-cp313-macosx_10_9_x86_64.whl - Upload date:
- Size: 885.1 kB
- Tags: CPython 3.13, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3859ef1706bc631ee7fbdf3ae0367da1709fae1e2538b0e1bc6c53fa3ee7ef4 |
|
MD5 | 43857dae404e80cc4c914f5aa9e56f43 |
|
BLAKE2b-256 | 7bab82e4ef7e5b26e2f7bf97c2d46567f1f00cc6a442e995c0e7830025187cdf |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp312-cp312-win_amd64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp312-cp312-win_amd64.whl - Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp312-cp312-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c929870137b20d9c3f7dd97f43615b2d2c1a2470e50bafd9a5eea2e844f462e9 |
|
MD5 | ae515e3ab10052050a9e569b3c62534f |
|
BLAKE2b-256 | 14e17b32ae2b23c8363d87b7f4bbac9abe9a1f820c2417d2e99ca3b4afd9379b |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp312-cp312-musllinux_1_2_x86_64.whl - Upload date:
- Size: 1.7 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 954e7e1936c26e370ca31bbd49729ebeeb2006a8f9866b1e778ebb89add2e941 |
|
MD5 | 9355d4a2ed679fcd7d366c8619af70cb |
|
BLAKE2b-256 | d7ba08ee99f19424cd33d5f0f17b2184e34d2fa886eebafcd3e164ccba15d9f2 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp312-cp312-musllinux_1_2_i686.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp312-cp312-musllinux_1_2_i686.whl - Upload date:
- Size: 1.6 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b33cae533ede8173bc7d4bb855b388c5b636ca9f22a32c949f2eb7e0cc531b2 |
|
MD5 | 4394098463477a7454a8ea1c8baa9e99 |
|
BLAKE2b-256 | d09391b4a0af23ae4216fd7ebcfd955dcbe152c5ef170598aee421310834de0a |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - Upload date:
- Size: 1.7 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30fba6f7cf43fb7f8474216701b5aaddfa5e6a06d560e88a67f814062934e863 |
|
MD5 | de5e23b91fef3697baa65f211609af99 |
|
BLAKE2b-256 | 968dd017599d6db8e9b96d6e84ea5102c33525cb71c82876b1813a2ece5d94ec |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl - Upload date:
- Size: 1.7 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3232859fda3e96fd1aecd6235ae20476ed4506562bcdef6796a629b78bb96acd |
|
MD5 | 2c0148b552a5117b001cba7657ab959e |
|
BLAKE2b-256 | 7ccc38d33eadeccd81b604a95b67d43c71b246793b7c441f1d7c3b41978cd1cf |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp312-cp312-macosx_11_0_arm64.whl - Upload date:
- Size: 696.6 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd09dd43d199908c1d1d501c5de842b3bf754f99b94af5b5ef0e26e3b716d2d5 |
|
MD5 | 27a90851e200fe41b3ac7b1fa1ec7614 |
|
BLAKE2b-256 | 071cbf29f6bf8acd72c3cf85d04e7db1bb26dd5507ee2387770bb787bc54e2a5 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp312-cp312-macosx_10_9_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp312-cp312-macosx_10_9_x86_64.whl - Upload date:
- Size: 885.2 kB
- Tags: CPython 3.12, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90d03a1be1b1ad3944013fae5250316c3f4e6aec45ecdf189a5c7422d640004d |
|
MD5 | 9f805e5d2cce127f3c38555b1c6ee5ff |
|
BLAKE2b-256 | 9aee8f9f65e2bac334cfe13b3fc3f8962d5fc2858ebcf4517690d2d24afa6d0e |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp311-cp311-win_amd64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp311-cp311-win_amd64.whl - Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp311-cp311-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b472ee3c123b77979374da2293ebf2c170b88212e173d64213104956d4678fb |
|
MD5 | 45c184fd5f73ad03f93b812a87a6118d |
|
BLAKE2b-256 | 61cd86e47bccb3636389e29c4654a0e5ac52926d832897f2f64632639b63ffc1 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp311-cp311-musllinux_1_2_x86_64.whl - Upload date:
- Size: 1.7 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae388fe46e3d20af4675451a4b6c12fc1bb08e6e0e69ee47072638be21bf42d8 |
|
MD5 | 82a36dd06d277a739f3b15afd863a714 |
|
BLAKE2b-256 | 994c390daf67c221b3f4f10b5b7d9293e61e4dbd48956a38947679c5a701af27 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp311-cp311-musllinux_1_2_i686.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp311-cp311-musllinux_1_2_i686.whl - Upload date:
- Size: 1.6 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cc6f2bb68ee00c20aae554e111dc781a76140e00c31e4eda5c8f2d4168ed06c |
|
MD5 | f46bacd3d40018349a325b91a00f85fc |
|
BLAKE2b-256 | 2a521f773571f21cf0319fc33218a1b384f29de43053965c05ed32f7e6729115 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - Upload date:
- Size: 1.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7131231fc96f57272066295c81cbf11b3233a9471659bca29ddc90a7bde9bfa |
|
MD5 | f5825c03eaf367ab18a9f055bd2aa4c0 |
|
BLAKE2b-256 | c9705bce281b7cd664c04f1c9d47a37087db37b2be887bce738340e912ad86c8 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl - Upload date:
- Size: 1.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 827bcd433e5d62f1b732f45e6949419da4a53915d6c80a3c7a5a03d5a783a03a |
|
MD5 | c7181a23309026a679f812f6ca8cb0e2 |
|
BLAKE2b-256 | fc44ea903003bb4c3af004912fb0d6488e346bd76968f11a7472a1e60dee7dd7 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp311-cp311-macosx_11_0_arm64.whl - Upload date:
- Size: 694.5 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ccd319a3a87529484167ae1391f937ac4a8724169fd5822bbb541d1eab612b0 |
|
MD5 | a342b4174ec0a456709cd96cf60ae0e1 |
|
BLAKE2b-256 | 977cbdc4a7a2b0e543787a9354e80fdcf846c4e9945685218cef4ca938d25594 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl - Upload date:
- Size: 880.3 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98e947491c67523d3147a500f377bb64d0b115e4ab8a12d628fb324bb0e142bf |
|
MD5 | 982bc2f64f2dfb5ce2b038fd1a968781 |
|
BLAKE2b-256 | acecab67751ac0c4088ed21cf9a2a7f9966bf702ca8ebfc3204879cf58c90179 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp310-cp310-win_amd64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp310-cp310-win_amd64.whl - Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp310-cp310-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3cb0f02570f483d27581ea5659c43df0ff7759aaeb475219e0d9e10e8511a80 |
|
MD5 | 90e42604ae56ee19325c672b944090b2 |
|
BLAKE2b-256 | 13b2b0c4c743378b1ac0b7b7115c67739ac5755fd3a93b9f91109e7cd558f875 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp310-cp310-musllinux_1_2_x86_64.whl - Upload date:
- Size: 1.6 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 416d2f1c4a1af3c00946a8f85b4547ba2bede3903cae3095be12fbc0128f9f5f |
|
MD5 | 5641b8e32e152c6928575ea581b17fbd |
|
BLAKE2b-256 | 83f5fdfcb0af9a01566f427499835e65426862a2f3e55c3dde5e4df7b6d3f865 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp310-cp310-musllinux_1_2_i686.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp310-cp310-musllinux_1_2_i686.whl - Upload date:
- Size: 1.6 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d26806e518dadd9ed6cf57fc5fb67e8e6ca533bd9a77fd079558ffadd57150c8 |
|
MD5 | b0329d359cfa5ea4bfbb9a0e00c736b7 |
|
BLAKE2b-256 | 80e03b7f18eb8c59c40aac2c91e171290bf3665fbfa2946696c3cdcdfbbd7790 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - Upload date:
- Size: 1.7 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a187cf303b94efb4c8915106406acac16e8dbaa3cdb6e856fa096673c3c02f1b |
|
MD5 | b59e6a4948ed2108904c05b15bab7324 |
|
BLAKE2b-256 | 7fc44b409d4c6b4f9890f3eb3b0bbfec29445283e1f97c468927283bd6b99754 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl - Upload date:
- Size: 1.6 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89bdf26520b0bf39e148f97a7c9dd17e163637fdcd5fa3699fd70b5e9c246531 |
|
MD5 | e191693ba34ec9a1dbb05270fa3dbc05 |
|
BLAKE2b-256 | 439d591d432f4b4805f309523b0a293ccb2ad61bae4cb1e40caa368c96ee5892 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp310-cp310-macosx_11_0_arm64.whl - Upload date:
- Size: 694.5 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e51848975837751d1038e82d006e8bb488b179f093ba7fc8a59e1d8a2c61663 |
|
MD5 | 3c54ee6b8dd83363d0a50cb861ebc980 |
|
BLAKE2b-256 | 31eeb2a9c6709031ffe05d34a0f325139de33298811b0e81007faa64404fea90 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp310-cp310-macosx_10_9_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp310-cp310-macosx_10_9_x86_64.whl - Upload date:
- Size: 880.2 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 431d599e1542b6e0b3618d3e296702c25215c97fb461d596e27adbe69d765dc6 |
|
MD5 | 804c0b5f9147214652ecc1164bb668cb |
|
BLAKE2b-256 | b11bf151e3a6a61833ed65e3446a7fbcbf42ce4153418552b61aa29a9978ea23 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp39-cp39-win_amd64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp39-cp39-win_amd64.whl - Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp39-cp39-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbe36fcc45a591d4ef30fe38ac8db0afa35edfafdf325dbe4fe9162ceb264c0d |
|
MD5 | 42486b214e564231243ae347e571d418 |
|
BLAKE2b-256 | 111bfaf855ba8bac61514c853b8e609052e550b88771ef24f4c5360d3726c82c |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp39-cp39-musllinux_1_2_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp39-cp39-musllinux_1_2_x86_64.whl - Upload date:
- Size: 1.6 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c2daa0bb603734e6bee6245e275e57ed305a08da50dc3ce7b48eedece61216c |
|
MD5 | 532dc6195fd75c2206e4d1d152b0b8a0 |
|
BLAKE2b-256 | 3c864d132f2f5bc4162112f75ad2bca2a8ea591a9da835287593c6ac9a3cf93c |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp39-cp39-musllinux_1_2_i686.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp39-cp39-musllinux_1_2_i686.whl - Upload date:
- Size: 1.6 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99f515dbd242cb07bf06e71c93e69c99a703ad55a22f5deac198256fd1c305ed |
|
MD5 | ba484642e056f85e605c7a3fcce09066 |
|
BLAKE2b-256 | 9550cec1c2287bf1d8bd15af95bbe25b0da2b15e41f1116b8b252998ccfe3a5e |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - Upload date:
- Size: 1.7 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23505c2ab66734f8a1b1fc5c4c1f8bbbd489bb02eef5940bbd974de69f2ddc2d |
|
MD5 | bad151f8949bbbe29a6af45e16c9db52 |
|
BLAKE2b-256 | 7d7b98f8a472eb7b15c9dccaeffb7d0d5840b1301529f3ee5c685fd0ed248ccc |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl - Upload date:
- Size: 1.6 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 674da3d7aeb7dbde52abc0adc0a285bf1b2f3d142779dad15acdbdb819fe9bc2 |
|
MD5 | 8dc747332c0715185460d811a1683000 |
|
BLAKE2b-256 | 61507f60070b165d86c386a72ebd85e1f1e16ccf4778f9cf4cae498e9c0fd007 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp39-cp39-macosx_11_0_arm64.whl - Upload date:
- Size: 694.5 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31b9bfde30478d3b9c85641b4b7146554af16d60320962d79c3e45d724d1281d |
|
MD5 | 0ee80b9371f73540730b12497a295111 |
|
BLAKE2b-256 | 0fe2303312ac868b49bab0cc6aa0aa107b693c5beb9905f10d8e8407578aeea4 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp39-cp39-macosx_10_9_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp39-cp39-macosx_10_9_x86_64.whl - Upload date:
- Size: 880.2 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 623e0f701dc74690d15037951b550160d24d75bf66213fc6642a51ac6a2e055e |
|
MD5 | 7ed8d9a69fa6379cd9ba009b74902e26 |
|
BLAKE2b-256 | efd02948f89fa544b443e7736b46224897a2084ac1477351d89931ee33706cf0 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp38-cp38-win_amd64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp38-cp38-win_amd64.whl - Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp38-cp38-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6699b88068c2af9abaf28cd078c876892a917750d8bee6734d8dfa708312fdf3 |
|
MD5 | f1fde4a19824add2575d2f807523c50a |
|
BLAKE2b-256 | 63c22132b5234bdd7992b2e1e2e5fa8fc03e8b28d43594bfcc2718e7a6e83444 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp38-cp38-musllinux_1_2_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp38-cp38-musllinux_1_2_x86_64.whl - Upload date:
- Size: 1.6 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ef74ffffbb16a84243098b51672b584f83baaa53535209639174244863aea8c |
|
MD5 | dae5c5761e0cb7ea9469f562e13e786c |
|
BLAKE2b-256 | e12b4e3ba1081435392d5cd14e61b6fc3fbd8c8086698b19fb22636bef9fb91b |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp38-cp38-musllinux_1_2_i686.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp38-cp38-musllinux_1_2_i686.whl - Upload date:
- Size: 1.6 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1adf779213b9bbf4b0270d1dea1822e3865c433ae02d4b97d20db8be8532e2f8 |
|
MD5 | 5e073ea4b86c16e9048757e765e31a66 |
|
BLAKE2b-256 | b433f0828eceb3bca7f7e57f778bd8faaad18507a8616f7843a1cf5c2ab280c8 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - Upload date:
- Size: 1.7 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 887471cf563c5fc96456c404c805fb4a09c7e834123d7725b22f5394a48cff46 |
|
MD5 | f01614605f3b164f725a8ac9c6f3dfdb |
|
BLAKE2b-256 | 2aa64560dafbcb32fe4a1674cf01aa197ca8a98580c1908cf68171f525d95af7 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl - Upload date:
- Size: 1.6 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e387faa6e860424a934ac23152803202980bd0c30605d8bd180bb015d8b09f75 |
|
MD5 | 204876ad19d4665d1bd215129103e3ae |
|
BLAKE2b-256 | f3163416ec71d04c0b931f0c1276dc135f21c370ebefa7a26b7da2424893f489 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp38-cp38-macosx_11_0_arm64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp38-cp38-macosx_11_0_arm64.whl - Upload date:
- Size: 694.4 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5079db302762e2669e0d664ea8fb56f46509514dd0387d98951e399838d9bb07 |
|
MD5 | 015e9a7603f8e45bbdfa65a4b2ec164c |
|
BLAKE2b-256 | 1695f0b043f3bbcc0da69cd3efd36f85dc061840aed4655f6aea56c803b38938 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp38-cp38-macosx_10_9_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp38-cp38-macosx_10_9_x86_64.whl - Upload date:
- Size: 880.2 kB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 235f69d2e83d7418252871f1950bf8fb8e80bf2e572c30859c85d7ee14196f3d |
|
MD5 | e9edb9e5b16973be12f02dac6af8400f |
|
BLAKE2b-256 | 2971dcb30be10ff8893181fe314e8f14c475f4ad16589d55fd58ee0f2f9c045c |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp37-cp37m-win_amd64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp37-cp37m-win_amd64.whl - Upload date:
- Size: 1.2 MB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp37-cp37m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98f5c85177225f91b93caf64e1876e081108c5dd1d53f0b79f917561935fb389 |
|
MD5 | ff77dfde6cc3f24a27739b776bfb4150 |
|
BLAKE2b-256 | 8343421aae813bca00e8ba6e289187cab1281d2cdff55dd8c5363c3c5e6ddfc7 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp37-cp37m-musllinux_1_2_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp37-cp37m-musllinux_1_2_x86_64.whl - Upload date:
- Size: 1.6 MB
- Tags: CPython 3.7m, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31826f502cd575898ef1fd5959b48114b3e91540385491ab9303ffa04d88a6eb |
|
MD5 | e9d75dffb55ae579b396790ce625a547 |
|
BLAKE2b-256 | 2863951561127ffbbec2792a779db3f20d0056f87fb64c6c88be26610c8d048d |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp37-cp37m-musllinux_1_2_i686.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp37-cp37m-musllinux_1_2_i686.whl - Upload date:
- Size: 1.5 MB
- Tags: CPython 3.7m, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 152e8aaec5046fd4887e45719ab5ea5fac90df0077574c79fc124dc93fd237c0 |
|
MD5 | 0ae2f9405163dcef8e64343cc9e4f257 |
|
BLAKE2b-256 | c836b9180dda7110b4c5d8e46673968e26ecb1bfb1933a8db6a5fd7ca5eeaa69 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - Upload date:
- Size: 1.6 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c35081bc42741fe5d491cffcff2c71107970b85b6687e6b0001db5fcc70d644 |
|
MD5 | 70c86f67c820e5c76a542dd62b706915 |
|
BLAKE2b-256 | b500e52b9e99f07147da79e233147be994522b3b4a9c91ef2e8d4f76624faa08 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl - Upload date:
- Size: 1.5 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1854e35312088608880139d06326683a56d7547d68a5817f472ac9046920b7c8 |
|
MD5 | 87c40d43e491a25800fdf8a8a0995748 |
|
BLAKE2b-256 | b2bdf736ee0e648951052ce8e8ae3e4e18e11de69c267a16aaeccfab8944e7d1 |
See more details on using hashes here.
File details
Details for the file gmpy2-2.2.1-cp37-cp37m-macosx_10_9_x86_64.whl
.
File metadata
-
Download URL:
gmpy2-2.2.1-cp37-cp37m-macosx_10_9_x86_64.whl - Upload date:
- Size: 877.5 kB
- Tags: CPython 3.7m, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Hashes for gmpy2-2.2.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67aa03a50ad85687193174875a72e145114946fc3aa64b1c9d4a724b70afc18d |
|
MD5 | 1327bce2c39f7da2ae46c76c87ff39ad |
|
BLAKE2b-256 | 8c195040d83dcdf3930b59046cde25bba369563b2e37b53c76a05a64f0b43a63 |
See more details on using hashes here.
Source: Internet
GMP (GNU multiple Precision Arithmetic library, the GNU High Precision Arithmetic database), is an open source high-precision computing library, which not only has ordinary integers, real numbers, floating-point numbers of high-precision operations, as well as random number generation, In particular, it provides a very complete computational interface in number theory, such as miller-rabin Prime number test algorithm, large prime number generation, Euclidean algorithm, inverse of elements in the domain, Jacobi symbols, Legendre symbols, etc.
Gmpy2 is an extended library of Python, a GMP-compliant package, formerly known as the Gmpy, which was adapted and packaged by its authors, making the use of gmpy2 much easier.
——-
1. Install Gmpy2 on Windows
It’s much easier to install wheel files directly on Windows.
Https://pypi.python.org/pypi/gmpy2
There are python2.6, 2.7, 3.2, 3.3, 3.4 version of the wheel file, download after the installation with PIP. (3.5 versions are not available for the time being)
2. Install Gmpy2 on Linux
Gmpy2 is dependent on the GMP, MPFR, MPC three libraries, so install the 3 libraries before installing on Linux.
For the convenience of subsequent installations, set up 2 folders first.
mkdir -P $HOME/srcmkdir -P $HOME/static3. Installation of GMP
GMP (The GNU multiple Precision arithmetic library) is a free Library for arbitrary Precision arithmetic, operating on sign Ed integers, rational numbers, and floating-point numbers.
https://gmplib.org/Now the newest is 6.1.1
CD $HOME/srcwget https://gmplib.org/download/gmp/gmp-6.1.1.tar.bz2tar -JXVF gmp-6.1. 1. Tar . BZ2CD GMP-6.1. 1 . /configure--prefix= $HOME/static--enable-static--disable-shared--with-picmake make makeinstall4, Installation MPFR
The
The MPFR library is a C library for multiple-precision floating-point computations with correct rounding.
http://www.mpfr.org/mpfr-current/#download
is currently the latest 3.1.4CD $HOME/srcwget http://www.mpfr.org/mpfr-current/mpfr-3.1.4.tar.bz2tar -JXVF mpfr-3.1. 4. Tar . BZ2CD MPFR-3.1. 4 . /configure--prefix= $HOME/static--enable-static--disable-shared--with-pic--with-gmp= $HOME/static Make Make Make Install5. Installing MPC
GNU MPC is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of th E result.
Http://www.multiprecision.org/index.php?prog=mpc&page=download
is currently the latest 1.0.3CD $HOME/srcwgetFTP://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gztar -zxvf mpc-1.0. 3. Tar . GZCD MPC-1.0. 3 . /configure--prefix= $HOME/static--enable-static--disable-shared--with-pic--with-gmp= $HOME/static--with-mpfr=$ home/staticmake make doinstall6, Installation Gmpy2
CD $HOME/srcgit clone https://github.com/aleaxit/gmpyInstallAfter the installation, the command line enters the python mode, enters the import gmpy2 does not have the error to be successful.
7. How to use Gmpy2
Here Pcat is introduced to find the prime number within 100, more gmpy2 use their own search bar, or later to add (←_←).
Import Gmpy2 for in xrange (100+1): if gmpy2.is_prime (i): Print iGmpy2 How to install using
gmpy2 interface to GMP, MPFR, and MPC for Python 3.7+
-
Conda
- Files
- Labels
- Badges
-
License: LGPL-3.0-or-later -
Home: https://pypi.org/pypi/gmpy2 -
Development: https://github.com/aleaxit/gmpy -
Documentation: https://gmpy2.readthedocs.io/ -
129574 total downloads -
Last upload: 3 months and 15 days ago
Installers
-
linux-64
v2.2.1 -
linux-aarch64
v2.2.1 -
linux-s390x
v2.2.1 -
osx-64
v2.2.1 -
osx-arm64
v2.2.1 -
win-64
v2.2.1 -
linux-32
v2.0.8 -
linux-ppc64le
v2.1.2 -
win-32
v2.1.2
conda install
To install this package run one of the following:
conda install anaconda::gmpy2
Description
gmpy2 is a C-coded Python extension module that supports multiple-precision arithmetic. It is the successor to the original gmpy module (supported only the GMP library). gmpy2 adds support for the MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly rounded complex floating-point arithmetic) libraries.