Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b40501b

Browse files
committed
Add link to the gmpy project.
1 parent 796e1e0 commit b40501b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Doc/lib/libmpz.tex

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,11 @@ \section{\module{mpz} ---
9696
The mpz-number must have a value greater than or equal to zero,
9797
otherwise \exception{ValueError} will be raised.
9898
\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

Comments
 (0)