diff options
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. |