freebsd-ports/math/py-gmpy2/pkg-descr
Yuri Victorovich 3f165e76c1 math/py-gmpy2: Remove bogus python version limitation
PR:		267338
Reported by:	Fredrik Eriksson <freebsd@wb9.se>
2022-10-30 10:20:48 -07:00

6 lines
327 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.