summaryrefslogtreecommitdiff
path: root/python/python3-gmpy2/slack-desc
diff options
context:
space:
mode:
authorAlexander Verbovetsky <alik@ejik.org>2019-08-03 07:14:47 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-08-03 07:14:47 +0700
commit9c4901bc157618c8375c00bcb41fa1ac2a5dae6e (patch)
tree0371e32e5cda2d461064dcc4d25c685a832b191a /python/python3-gmpy2/slack-desc
parent2fbb0b3e3fcf344cacf0518469de68a77b606dd5 (diff)
downloadslackbuilds-9c4901bc157618c8375c00bcb41fa1ac2a5dae6e.tar.gz
python/python3-gmpy2: Added (multi-precision arithmetic).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-gmpy2/slack-desc')
-rw-r--r--python/python3-gmpy2/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-gmpy2/slack-desc b/python/python3-gmpy2/slack-desc
new file mode 100644
index 0000000000..cf5f28e8e3
--- /dev/null
+++ b/python/python3-gmpy2/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python3-gmpy2: python3-gmpy2 (multi-precision arithmetic for python 3)
+python3-gmpy2:
+python3-gmpy2: gmpy2 is an optimized, c-coded python extension module that supports
+python3-gmpy2: fast multiple-precision arithmetic. gmpy2 is based on the original
+python3-gmpy2: gmpy module. In addition to supporting gmp or mpir for
+python3-gmpy2: multiple-precision integer and rational arithmetic, gmpy2 adds support
+python3-gmpy2: for the mpfr (correctly rounded real floating-point arithmetic) and
+python3-gmpy2: mpc (correctly rounded complex floating-point arithmetic) libraries.
+python3-gmpy2:
+python3-gmpy2: Homepage: https://github.com/aleaxit/gmpy
+python3-gmpy2: