summaryrefslogtreecommitdiffstats
path: root/python/python3-gmpy2/README
diff options
context:
space:
mode:
author Alexander Verbovetsky <alik@ejik.org>2023-04-28 04:03:37 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-29 18:11:42 +0700
commit0c22e0d83309ad179c925aba7fd955c29079d720 (patch)
treed2ffcb0d5d8f26636c24755914a6121ad9a5309b /python/python3-gmpy2/README
parent18353268587f953796a250e42b66d1dac2534b8b (diff)
downloadslackbuilds-0c22e0d83309ad179c925aba7fd955c29079d720.tar.gz
slackbuilds-0c22e0d83309ad179c925aba7fd955c29079d720.tar.xz
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>
Diffstat (limited to 'python/python3-gmpy2/README')
-rw-r--r--python/python3-gmpy2/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-gmpy2/README b/python/python3-gmpy2/README
new file mode 100644
index 0000000000..44538874cc
--- /dev/null
+++ b/python/python3-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.