slackbuilds/python/python3-gmpy2
Alexander Verbovetsky 0c22e0d833
python/python3-gmpy2: Added (multi-precision arithmetic for python)
Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-04-29 18:11:42 +07:00
..
README python/python3-gmpy2: Added (multi-precision arithmetic for python) 2023-04-29 18:11:42 +07:00
python3-gmpy2.SlackBuild python/python3-gmpy2: Added (multi-precision arithmetic for python) 2023-04-29 18:11:42 +07:00
python3-gmpy2.info python/python3-gmpy2: Added (multi-precision arithmetic for python) 2023-04-29 18:11:42 +07:00
slack-desc python/python3-gmpy2: Added (multi-precision arithmetic for python) 2023-04-29 18:11:42 +07:00

README

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.