summaryrefslogtreecommitdiffstats
path: root/python/python2-mpmath/README
diff options
context:
space:
mode:
author Alexander Verbovetsky <alik@ejik.org>2023-05-05 20:55:38 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-06 08:28:29 +0700
commitf029f142ad7d7880ead242b262db1d3dca1547e2 (patch)
tree34746087d84afb8cb7bd6cf5b85a397bd95b60d9 /python/python2-mpmath/README
parent161e93515551160b8fe93682dfe4e0f8ca1002fb (diff)
downloadslackbuilds-f029f142ad7d7880ead242b262db1d3dca1547e2.tar.gz
slackbuilds-f029f142ad7d7880ead242b262db1d3dca1547e2.tar.xz
python/python2-mpmath: Added (arithmetic library)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-mpmath/README')
-rw-r--r--python/python2-mpmath/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python2-mpmath/README b/python/python2-mpmath/README
new file mode 100644
index 0000000000..d5f5adf834
--- /dev/null
+++ b/python/python2-mpmath/README
@@ -0,0 +1,6 @@
+mpmath is a free (BSD licensed) Python library for real and complex
+floating-point arithmetic with arbitrary precision. It has been
+developed by Fredrik Johansson since 2007, with help from many
+contributors.
+
+python2-gmpy2 is an optional runtime dependency.