aboutsummaryrefslogtreecommitdiff
path: root/python/python-gmpy2/README
diff options
context:
space:
mode:
authorAlexander Verbovetsky <alik@ejik.org>2022-06-25 02:34:00 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-07-02 09:55:32 +0700
commitbf8422815729050d9409a1ae020d51acb477dff6 (patch)
treeaad0455fa7d67776a4f31d08506430b692fe340b /python/python-gmpy2/README
parent577356c34cc913e00292ba6b8108fd9835f257b9 (diff)
python/python-gmpy2: Added (multi-precision arithmetic for python)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-gmpy2/README')
-rw-r--r--python/python-gmpy2/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python-gmpy2/README b/python/python-gmpy2/README
new file mode 100644
index 0000000000..44538874cc
--- /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.