mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
c637402081
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
9 lines
411 B
Plaintext
9 lines
411 B
Plaintext
C-coded Python extension module that supports multiple-precision arithmetic.
|
|
In addition to supporting GMP or MPIR for multiple-precision integer and
|
|
rational arithmetic, gmpy2 adds support for the MPFR (correctly rounded real
|
|
floating-point arithmetic) and MPC (correctly rounded complex floating-point
|
|
arithmetic) libraries.
|
|
|
|
WWW: https://pypi.org/project/gmpy2/
|
|
WWW: https://github.com/aleaxit/gmpy/releases
|