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 92521fe commit 4576b54Copy full SHA for 4576b54
1 file changed
Doc/library/stdtypes.rst
@@ -265,9 +265,8 @@ which is narrower than complex. Comparisons between numbers of mixed type use
265
the same rule. [2]_ The constructors :func:`int`, :func:`float`, and
266
:func:`complex` can be used to produce numbers of a specific type.
267
268
-All numeric types (except complex) support the following operations, sorted by
269
-ascending priority (all numeric operations have a higher priority than
270
-comparison operations):
+All numeric types (except complex) support the following operations (for priorities of
+the operations, see :ref:`operator-summary`):
271
272
+---------------------+---------------------------------+---------+--------------------+
273
| Operation | Result | Notes | Full documentation |
0 commit comments