diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/ref/ref3.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index adb619a..984f76d 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -159,7 +159,8 @@ numbers are of course strongly related to mathematical numbers, but subject to the limitations of numerical representation in computers. \obindex{numeric} -Python distinguishes between integers and floating point numbers: +Python distinguishes between integers, floating point numbers, and +complex numbers: \begin{description} \item[Integers] |