mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
5 lines
327 B
Text
5 lines
327 B
Text
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.
|