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

Skip to content

Commit 3e43d83

Browse files
committed
clarify optional status
1 parent 0bbbea1 commit 3e43d83

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

Doc/lib/libmpz.tex

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
\section{Built-in Module \sectcode{mpz}}
22
\bimodindex{mpz}
33

4-
This module implements the interface to part of the GNU MP library.
5-
This library contains arbitrary precision integer and rational number
6-
arithmetic routines. Only the interfaces to the \emph{integer}
4+
This is an optional module. It is only available when Python is
5+
configured to include it, which requires that the GNU MP software is
6+
installed.
7+
8+
This module implements the interface to part of the GNU MP library,
9+
which defines arbitrary precision integer and rational number
10+
arithmetic routines. Only the interfaces to the \emph{integer}
711
(\samp{mpz_{\rm \ldots}}) routines are provided. If not stated
812
otherwise, the description in the GNU MP documentation can be applied.
913

Doc/libmpz.tex

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
\section{Built-in Module \sectcode{mpz}}
22
\bimodindex{mpz}
33

4-
This module implements the interface to part of the GNU MP library.
5-
This library contains arbitrary precision integer and rational number
6-
arithmetic routines. Only the interfaces to the \emph{integer}
4+
This is an optional module. It is only available when Python is
5+
configured to include it, which requires that the GNU MP software is
6+
installed.
7+
8+
This module implements the interface to part of the GNU MP library,
9+
which defines arbitrary precision integer and rational number
10+
arithmetic routines. Only the interfaces to the \emph{integer}
711
(\samp{mpz_{\rm \ldots}}) routines are provided. If not stated
812
otherwise, the description in the GNU MP documentation can be applied.
913

0 commit comments

Comments
 (0)