diff options
author | wen <wen@FreeBSD.org> | 2016-06-14 16:21:12 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2016-06-14 16:21:12 +0800 |
commit | 926c5341fd395e9f8701ba80c549c91ddeaeebac (patch) | |
tree | 5c5025cae5eb19d9bda657d78d90e2e46e9aac2f /math/Makefile | |
parent | 5ba89db68a9d5ddf4d8d9f9b4173346c4fa86b9f (diff) | |
download | freebsd-ports-gnome-926c5341fd395e9f8701ba80c549c91ddeaeebac.tar.gz freebsd-ports-gnome-926c5341fd395e9f8701ba80c549c91ddeaeebac.tar.zst freebsd-ports-gnome-926c5341fd395e9f8701ba80c549c91ddeaeebac.zip |
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.python.org/pypi/gmpy2
WWW: https://github.com/aleaxit/gmpy/releases
PR: 210127
Submitted by: yuri@rawbw.com
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 70083241a92e..8c2ab2684d59 100644 --- a/math/Makefile +++ b/math/Makefile @@ -597,6 +597,7 @@ SUBDIR += py-fpconst SUBDIR += py-gato SUBDIR += py-gmpy + SUBDIR += py-gmpy2 SUBDIR += py-gnuplot SUBDIR += py-graphillion SUBDIR += py-gsl |