aboutsummaryrefslogtreecommitdiff
path: root/python/python-mpmath/README
diff options
context:
space:
mode:
authorAlexander Verbovetsky <alik@ejik.org>2022-08-13 08:13:53 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-08-13 08:13:53 +0700
commit4c577d79ec50932cde61054cd1673bd3012f043c (patch)
treebc0d2abdfe628031d2ae75f5483943ea48e84d9f /python/python-mpmath/README
parent0d5249810d7fffa2c0c36f355e0356e4591c0ff8 (diff)
python/python-mpmath: Added (arithmetic library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-mpmath/README')
-rw-r--r--python/python-mpmath/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python-mpmath/README b/python/python-mpmath/README
new file mode 100644
index 0000000000..4a95feacd3
--- /dev/null
+++ b/python/python-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.
+
+python-gmpy2 is an optional runtime dependency.