diff options
author | B. Watson <yalhcru@gmail.com> | 2014-12-22 20:02:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-22 20:02:35 +0700 |
commit | be9c1849b69415ae1036310159daef5bf1878651 (patch) | |
tree | 98799574af082e2f6496c07522701b8c9777b3c1 /python/gmpy/README | |
parent | 8603c917e7eceda35c5ecba64a173d78265988be (diff) | |
download | slackbuilds-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/README | 4 |
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. |