slackbuilds_ponce/python/python3-gmpy2/README
Alexander Verbovetsky 9c4901bc15
python/python3-gmpy2: Added (multi-precision arithmetic).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-08-03 07:14:47 +07:00

8 lines
438 B
Text

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.