summaryrefslogtreecommitdiff
path: root/python/gmpy/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2014-12-22 20:02:35 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-22 20:02:35 +0700
commitbe9c1849b69415ae1036310159daef5bf1878651 (patch)
tree98799574af082e2f6496c07522701b8c9777b3c1 /python/gmpy/README
parent8603c917e7eceda35c5ecba64a173d78265988be (diff)
downloadslackbuilds-be9c1849b69415ae1036310159daef5bf1878651.tar.gz
python/gmpy: Added (multi-precision arithmetic).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/gmpy/README')
-rw-r--r--python/gmpy/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/gmpy/README b/python/gmpy/README
new file mode 100644
index 0000000000..d78b639ebd
--- /dev/null
+++ b/python/gmpy/README
@@ -0,0 +1,4 @@
+gmpy (multi-precision arithmetic for python)
+
+gmpy is a C-coded Python extension module that provides access to the
+GMP multiple-precision arithmetic library.