merge 3.2
This commit is contained in:
commit
32b0127007
|
@ -45,7 +45,7 @@ The numeric tower
|
||||||
To :class:`Complex`, :class:`Real` adds the operations that work on real
|
To :class:`Complex`, :class:`Real` adds the operations that work on real
|
||||||
numbers.
|
numbers.
|
||||||
|
|
||||||
In short, those are: a conversion to :class:`float`, :func:`trunc`,
|
In short, those are: a conversion to :class:`float`, :func:`math.trunc`,
|
||||||
:func:`round`, :func:`math.floor`, :func:`math.ceil`, :func:`divmod`, ``//``,
|
:func:`round`, :func:`math.floor`, :func:`math.ceil`, :func:`divmod`, ``//``,
|
||||||
``%``, ``<``, ``<=``, ``>``, and ``>=``.
|
``%``, ``<``, ``<=``, ``>``, and ``>=``.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue