diff options
Diffstat (limited to 'python/python-gmpy2/README')
-rw-r--r-- | python/python-gmpy2/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python-gmpy2/README b/python/python-gmpy2/README new file mode 100644 index 0000000000000..44538874ccd68 --- /dev/null +++ b/python/python-gmpy2/README @@ -0,0 +1,6 @@ +gmpy2 is an optimized, c-coded python extension module that supports +fast multiple-precision arithmetic. gmpy2 is based on the original gmpy +module. 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. |