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
b387d9a4
Commit
b387d9a4
authored
Mar 29, 2004
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo
parent
e00c6ec9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/tut/glossary.tex
Doc/tut/glossary.tex
+1
-1
No files found.
Doc/tut/glossary.tex
View file @
b387d9a4
...
...
@@ -62,7 +62,7 @@ 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 them,
fair
l
y advanced mathematical feature. If you're not aware of a need for them,
it's almost certain you can safely ignore them.
\index
{
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