From da6bc660b8414cef71f049a5c43a7b434ac1109e Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 15 Dec 2001 20:39:01 +0000 Subject: [PATCH] Add a links to the gmpy and mxNumber packages. --- Doc/lib/libmpz.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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} -- 2.47.3