aboutsummaryrefslogtreecommitdiff
path: root/python/python3-mpmath/README
diff options
context:
space:
mode:
authorAlexander Verbovetsky <alik@ejik.org>2023-05-05 20:56:58 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-06 08:28:29 +0700
commit2caeca66059a1d32c07dddce1941383a1a3e719b (patch)
tree73ab9527dbf387f4ff1c74b7609d130b23a2a1ac /python/python3-mpmath/README
parentf029f142ad7d7880ead242b262db1d3dca1547e2 (diff)
python/python3-mpmath: Added (arithmetic library)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-mpmath/README')
-rw-r--r--python/python3-mpmath/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-mpmath/README b/python/python3-mpmath/README
new file mode 100644
index 0000000000..d6921bacfa
--- /dev/null
+++ b/python/python3-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.
+
+python3-gmpy2 is an optional runtime dependency.