mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Work around LaTeX2HTML comment-handling bug.
This commit is contained in:
parent
4a406c619b
commit
fcf94d4edd
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ arithmetic routines. Only the interfaces to the \emph{integer}
|
||||||
otherwise, the description in the GNU MP documentation can be applied.
|
otherwise, the description in the GNU MP documentation can be applied.
|
||||||
|
|
||||||
Support for rational numbers\index{rational numbers} can be
|
Support for rational numbers\index{rational numbers} can be
|
||||||
implemented in Python. For an example, see the \module{Rat}%
|
implemented in Python. For an example, see the
|
||||||
\withsubitem{(demo module)}{\ttindex{Rat}} module, provided as
|
\module{Rat}\withsubitem{(demo module)}{\ttindex{Rat}} module, provided as
|
||||||
\file{Demos/classes/Rat.py} in the Python source distribution.
|
\file{Demos/classes/Rat.py} in the Python source distribution.
|
||||||
|
|
||||||
In general, \dfn{mpz}-numbers can be used just like other standard
|
In general, \dfn{mpz}-numbers can be used just like other standard
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue