summaryrefslogtreecommitdiff
path: root/academic/mpmath/README
diff options
context:
space:
mode:
authorDavid Melik <dchmelik@gmail.com>2015-07-15 00:42:06 +0700
committerRobby Workman <rworkman@slackbuilds.org>2015-07-16 10:57:22 -0500
commit0cddda1267c2110c10c0d1f5e60f6a3c0357ae79 (patch)
tree7d181ef5473d1c7670199c92470513d4ddf77df7 /academic/mpmath/README
parent7e2dda4de096b755d4e59fc2565784def5308812 (diff)
downloadslackbuilds-0cddda1267c2110c10c0d1f5e60f6a3c0357ae79.tar.gz
academic/mpmath: Added (arithmetic library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/mpmath/README')
-rw-r--r--academic/mpmath/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/academic/mpmath/README b/academic/mpmath/README
new file mode 100644
index 0000000000..7084c9303a
--- /dev/null
+++ b/academic/mpmath/README
@@ -0,0 +1,2 @@
+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.