Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
fcf94d4e
Commit
fcf94d4e
authored
Apr 22, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Work around LaTeX2HTML comment-handling bug.
parent
4a406c61
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/lib/libmpz.tex
Doc/lib/libmpz.tex
+2
-2
No files found.
Doc/lib/libmpz.tex
View file @
fcf94d4e
...
@@ -20,8 +20,8 @@ arithmetic routines. Only the interfaces to the \emph{integer}
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment