summaryrefslogtreecommitdiff
path: root/math/py-gmpy/DESCR
blob: 23417fde61547937e054315b098408168902e7af (plain)
1
2
3
4
5
6
GMPY is a C-coded Python extension module that provides access to the GMP (or
MPIR) multiple-precision arithmetic library.

GMPY allows creation of multiprecision integer (mpz), float (mpf),and rational
(mpq) numbers, conversion between them and to/from Python numbers/strings,
arithmetic, bitwise, and some other higher-level mathematical operations999.