python-gmpy2: new package
authorJeffery To <redacted>
Wed, 2 Dec 2015 08:08:57 +0000 (16:08 +0800)
committerJeffery To <redacted>
Wed, 2 Dec 2015 08:08:57 +0000 (16:08 +0800)
commita39642f46aa3996f5166c995b4a8e4a8ee8e069a
treeaefcedc85823b1d5f5d4b4ca8ba0a83d48b7d03f
parent5afc87915dc1bf95209414abd0c753d1dd5cb76d
python-gmpy2: new package

From the documentation:

gmpy2 is a C-coded Python extension module that supports multiple-precision
arithmetic. gmpy2 is the successor to the original gmpy module. The gmpy module
only supported the GMP multiple-precision library. gmpy2 adds support for the
MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly
rounded complex floating-point arithmetic) libraries. gmpy2 also updates the
API and naming conventions to be more consistent and support the additional
functionality.

Signed-off-by: Jeffery To <redacted>
lang/python-gmpy2/Makefile [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT