Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796e1e0 commit b40501bCopy full SHA for b40501b
1 file changed
Doc/lib/libmpz.tex
@@ -96,3 +96,11 @@ \section{\module{mpz} ---
96
The mpz-number must have a value greater than or equal to zero,
97
otherwise \exception{ValueError} will be raised.
98
\end{methoddesc}
99
+
100
101
+\begin{seealso}
102
+ \seetitle[http://gmpy.sourceforge.net/]{General Multiprecision Python}{
103
+ This project is building new numeric types to allow
104
+ arbitrary-precision arithmetic in Python. Their first
105
+ efforts are also based on the GNU MP library.}
106
+\end{seealso}
0 commit comments