diff options
author | Fred Drake <fdrake@acm.org> | 2001-12-15 20:37:40 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-12-15 20:37:40 (GMT) |
commit | c57772870b3e3399a6d8d03a75113987fbfab4b0 (patch) | |
tree | 2996bc3514809cd1685468264b21473d5398baaf /Doc/lib/libmpz.tex | |
parent | b40501b05e7829563a29454b64a9ef2aeea57369 (diff) | |
download | cpython-c57772870b3e3399a6d8d03a75113987fbfab4b0.zip cpython-c57772870b3e3399a6d8d03a75113987fbfab4b0.tar.gz cpython-c57772870b3e3399a6d8d03a75113987fbfab4b0.tar.bz2 |
Add a link to the mxNumber package.
Diffstat (limited to 'Doc/lib/libmpz.tex')
-rw-r--r-- | Doc/lib/libmpz.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libmpz.tex b/Doc/lib/libmpz.tex index 1e586dc..e19ee56 100644 --- a/Doc/lib/libmpz.tex +++ b/Doc/lib/libmpz.tex @@ -103,4 +103,9 @@ An mpz-number has one method: This project is building new numeric types to allow arbitrary-precision arithmetic in Python. Their first efforts are also based on the GNU MP library.} + + \seetitle[http://www.egenix.com/files/python/mxNumber.html]{mxNumber + --- Extended Numeric Types for Python}{Another wrapper + around the GNU MP library, including a port of that + library to Windows.} \end{seealso} |