From: Fred Drake Date: Sat, 15 Dec 2001 18:37:24 +0000 (+0000) Subject: Add link to the gmpy project. X-Git-Tag: v2.2.1c1~342 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b40501b05e7829563a29454b64a9ef2aeea57369;p=python Add link to the gmpy project. --- diff --git a/Doc/lib/libmpz.tex b/Doc/lib/libmpz.tex index f0d2d6b152..1e586dcafd 100644 --- a/Doc/lib/libmpz.tex +++ b/Doc/lib/libmpz.tex @@ -96,3 +96,11 @@ 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.} +\end{seealso}