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
f13c0240
Commit
f13c0240
authored
Mar 28, 2004
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Insert missing pronoun
parent
116d83ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/tut/glossary.tex
Doc/tut/glossary.tex
+2
-2
No files found.
Doc/tut/glossary.tex
View file @
f13c0240
...
...
@@ -62,8 +62,8 @@ Python has builtin support for complex numbers, which are written with this
latter notation; the imaginary part is written with a
{}
\code
{
j
}
suffix,
e.g.,
{}
\code
{
3+1j
}
. To get access to complex equivalents of the
{}
\module
{
math
}
module, use
{}
\module
{
cmath
}
. Use of complex numbers is a
fairy advanced mathematical feature. If you're not aware of a need for
it's
almost certain you can safely ignore them.
fairy advanced mathematical feature. If you're not aware of a need for
them,
it's
almost certain you can safely ignore them.
\index
{
descriptor
}
\item
[descriptor]
...
...
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