From: Fred Drake Date: Sat, 15 Dec 2001 20:39:01 +0000 (+0000) Subject: Add a links to the gmpy and mxNumber packages. X-Git-Tag: v2.1.2c1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da6bc660b8414cef71f049a5c43a7b434ac1109e;p=thirdparty%2FPython%2Fcpython.git Add a links to the gmpy and mxNumber packages. --- diff --git a/Doc/lib/libmpz.tex b/Doc/lib/libmpz.tex index f0d2d6b152f2..e19ee565b4d0 100644 --- a/Doc/lib/libmpz.tex +++ b/Doc/lib/libmpz.tex @@ -96,3 +96,16 @@ An mpz-number has one method: The mpz-number must have a value greater than or equal to zero, otherwise \exception{ValueError} will be raised. \end{methoddesc} + + +\begin{seealso} + \seetitle[http://gmpy.sourceforge.net/]{General Multiprecision Python}{ + 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}