[Python-checkins] CVS: python/dist/src/Doc/lib libmpz.tex,1.15,1.15.12.1

Fred L. Drake fdrake@users.sourceforge.net
Sat, 15 Dec 2001 12:39:03 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv18918/lib

Modified Files:
      Tag: release21-maint
	libmpz.tex 
Log Message:
Add a links to the gmpy and mxNumber packages.

Index: libmpz.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmpz.tex,v
retrieving revision 1.15
retrieving revision 1.15.12.1
diff -C2 -d -r1.15 -r1.15.12.1
*** libmpz.tex	1999/04/22 20:55:59	1.15
--- libmpz.tex	2001/12/15 20:39:01	1.15.12.1
***************
*** 97,98 ****
--- 97,111 ----
    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}