summaryrefslogtreecommitdiffstats
path: root/python/python3-gmpy2/README
diff options
context:
space:
mode:
author Alexander Verbovetsky <alik@ejik.org>2019-08-03 07:14:47 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-08-03 07:14:47 +0700
commit9c4901bc157618c8375c00bcb41fa1ac2a5dae6e (patch)
tree0371e32e5cda2d461064dcc4d25c685a832b191a /python/python3-gmpy2/README
parent2fbb0b3e3fcf344cacf0518469de68a77b606dd5 (diff)
downloadslackbuilds-9c4901bc157618c8375c00bcb41fa1ac2a5dae6e.tar.gz
slackbuilds-9c4901bc157618c8375c00bcb41fa1ac2a5dae6e.tar.xz
python/python3-gmpy2: Added (multi-precision arithmetic).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-gmpy2/README')
-rw-r--r--python/python3-gmpy2/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-gmpy2/README b/python/python3-gmpy2/README
new file mode 100644
index 0000000000..7ed7c73b52
--- /dev/null
+++ b/python/python3-gmpy2/README
@@ -0,0 +1,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.