clarify optional status
This commit is contained in:
parent
0bbbea15e6
commit
3e43d8382c
|
@ -1,9 +1,13 @@
|
||||||
\section{Built-in Module \sectcode{mpz}}
|
\section{Built-in Module \sectcode{mpz}}
|
||||||
\bimodindex{mpz}
|
\bimodindex{mpz}
|
||||||
|
|
||||||
This module implements the interface to part of the GNU MP library.
|
This is an optional module. It is only available when Python is
|
||||||
This library contains arbitrary precision integer and rational number
|
configured to include it, which requires that the GNU MP software is
|
||||||
arithmetic routines. Only the interfaces to the \emph{integer}
|
installed.
|
||||||
|
|
||||||
|
This module implements the interface to part of the GNU MP library,
|
||||||
|
which defines arbitrary precision integer and rational number
|
||||||
|
arithmetic routines. Only the interfaces to the \emph{integer}
|
||||||
(\samp{mpz_{\rm \ldots}}) routines are provided. If not stated
|
(\samp{mpz_{\rm \ldots}}) routines are provided. If not stated
|
||||||
otherwise, the description in the GNU MP documentation can be applied.
|
otherwise, the description in the GNU MP documentation can be applied.
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,13 @@
|
||||||
\section{Built-in Module \sectcode{mpz}}
|
\section{Built-in Module \sectcode{mpz}}
|
||||||
\bimodindex{mpz}
|
\bimodindex{mpz}
|
||||||
|
|
||||||
This module implements the interface to part of the GNU MP library.
|
This is an optional module. It is only available when Python is
|
||||||
This library contains arbitrary precision integer and rational number
|
configured to include it, which requires that the GNU MP software is
|
||||||
arithmetic routines. Only the interfaces to the \emph{integer}
|
installed.
|
||||||
|
|
||||||
|
This module implements the interface to part of the GNU MP library,
|
||||||
|
which defines arbitrary precision integer and rational number
|
||||||
|
arithmetic routines. Only the interfaces to the \emph{integer}
|
||||||
(\samp{mpz_{\rm \ldots}}) routines are provided. If not stated
|
(\samp{mpz_{\rm \ldots}}) routines are provided. If not stated
|
||||||
otherwise, the description in the GNU MP documentation can be applied.
|
otherwise, the description in the GNU MP documentation can be applied.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue