mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Make sure we include all of Python's numeric types in the data model
description, so that the introduction of complex is not a surprise. This closes SF bug #423429.
This commit is contained in:
parent
6db483e679
commit
b3384d3555
1 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue