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
8095ebfc
Commit
8095ebfc
authored
Jan 19, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Consistency: Replaced 4 {\it ...} with \emph{...}.
parent
63566e2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Doc/lib/libmpz.tex
Doc/lib/libmpz.tex
+2
-2
Doc/libmpz.tex
Doc/libmpz.tex
+2
-2
No files found.
Doc/lib/libmpz.tex
View file @
8095ebfc
...
@@ -16,8 +16,8 @@ In general, \dfn{mpz}-numbers can be used just like other standard
...
@@ -16,8 +16,8 @@ In general, \dfn{mpz}-numbers can be used just like other standard
Python numbers, e.g.
\
you can use the built-in operators like
\code
{
+
}
,
Python numbers, e.g.
\
you can use the built-in operators like
\code
{
+
}
,
\code
{
*
}
, etc., as well as the standard built-in functions like
\code
{
*
}
, etc., as well as the standard built-in functions like
\code
{
abs
}
,
\code
{
int
}
,
\ldots
,
\code
{
divmod
}
,
\code
{
pow
}
.
\code
{
abs
}
,
\code
{
int
}
,
\ldots
,
\code
{
divmod
}
,
\code
{
pow
}
.
\strong
{
Please note:
}
the
{
\it
bitwise-xor
}
operation has been implemented as
\strong
{
Please note:
}
the
\emph
{
bitwise-xor
}
operation has been implemented as
a bunch of
{
\it
and
}
s,
{
\it
invert
}
s and
{
\it
or
}
s, because the library
a bunch of
\emph
{
and
}
s,
\emph
{
invert
}
s and
\emph
{
or
}
s, because the library
lacks an
\code
{
mpz
_
xor
}
function, and I didn't need one.
lacks an
\code
{
mpz
_
xor
}
function, and I didn't need one.
You create an mpz-number by calling the function called
\code
{
mpz
}
(see
You create an mpz-number by calling the function called
\code
{
mpz
}
(see
...
...
Doc/libmpz.tex
View file @
8095ebfc
...
@@ -16,8 +16,8 @@ In general, \dfn{mpz}-numbers can be used just like other standard
...
@@ -16,8 +16,8 @@ In general, \dfn{mpz}-numbers can be used just like other standard
Python numbers, e.g.
\
you can use the built-in operators like
\code
{
+
}
,
Python numbers, e.g.
\
you can use the built-in operators like
\code
{
+
}
,
\code
{
*
}
, etc., as well as the standard built-in functions like
\code
{
*
}
, etc., as well as the standard built-in functions like
\code
{
abs
}
,
\code
{
int
}
,
\ldots
,
\code
{
divmod
}
,
\code
{
pow
}
.
\code
{
abs
}
,
\code
{
int
}
,
\ldots
,
\code
{
divmod
}
,
\code
{
pow
}
.
\strong
{
Please note:
}
the
{
\it
bitwise-xor
}
operation has been implemented as
\strong
{
Please note:
}
the
\emph
{
bitwise-xor
}
operation has been implemented as
a bunch of
{
\it
and
}
s,
{
\it
invert
}
s and
{
\it
or
}
s, because the library
a bunch of
\emph
{
and
}
s,
\emph
{
invert
}
s and
\emph
{
or
}
s, because the library
lacks an
\code
{
mpz
_
xor
}
function, and I didn't need one.
lacks an
\code
{
mpz
_
xor
}
function, and I didn't need one.
You create an mpz-number by calling the function called
\code
{
mpz
}
(see
You create an mpz-number by calling the function called
\code
{
mpz
}
(see
...
...
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