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}