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 1daedac commit 47909c2Copy full SHA for 47909c2
Doc/reference/expressions.rst
@@ -1516,7 +1516,8 @@ This operation can be customized using the special :meth:`~object.__matmul__` an
1516
pair: operator; //
1517
1518
The ``/`` (division) and ``//`` (floor division) operators yield the quotient of
1519
-their arguments. The numeric arguments are first converted to a common type.
+their arguments. The numeric arguments are first
1520
+:ref:`converted to a common type <stdtypes-mixed-arithmetic>`.
1521
Division of integers yields a float, while floor division of integers results in an
1522
integer; the result is that of mathematical division with the 'floor' function
1523
applied to the result. Division by zero raises the :exc:`ZeroDivisionError`
0 commit comments