summaryrefslogtreecommitdiffstats
path: root/python/python3-gmpy2/README
blob: 7ed7c73b52ee2a0a35789f2a779f7d2f3a9c521f (plain)
1
2
3
4
5
6
7
8
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.

This is the python3 version of gmpy2.