Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a79fb commit ab2b716Copy full SHA for ab2b716
1 file changed
Doc/library/numbers.rst
@@ -45,7 +45,7 @@ The numeric tower
45
To :class:`Complex`, :class:`Real` adds the operations that work on real
46
numbers.
47
48
- In short, those are: a conversion to :class:`float`, :func:`trunc`,
+ In short, those are: a conversion to :class:`float`, :func:`math.trunc`,
49
:func:`round`, :func:`math.floor`, :func:`math.ceil`, :func:`divmod`, ``//``,
50
``%``, ``<``, ``<=``, ``>``, and ``>=``.
51
0 commit comments