summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-12-15 18:37:24 (GMT)
committerFred Drake <fdrake@acm.org>2001-12-15 18:37:24 (GMT)
commitb40501b05e7829563a29454b64a9ef2aeea57369 (patch)
tree89ff31cc9f9d349b73fcc7101b3a7e73b3204930 /Doc
parent796e1e0b30cda1362b0c6b89a079ad0cbf8804be (diff)
downloadcpython-b40501b05e7829563a29454b64a9ef2aeea57369.zip
cpython-b40501b05e7829563a29454b64a9ef2aeea57369.tar.gz
cpython-b40501b05e7829563a29454b64a9ef2aeea57369.tar.bz2
Add link to the gmpy project.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libmpz.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/lib/libmpz.tex b/Doc/lib/libmpz.tex
index f0d2d6b..1e586dc 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}