Add link to the gmpy project.

This commit is contained in:
Fred Drake 2001-12-15 18:37:24 +00:00
parent 796e1e0b30
commit b40501b05e
1 changed files with 8 additions and 0 deletions

View File

@ -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}