Commit 9b47af65 authored by svelankar's avatar svelankar Committed by Raymond Hettinger

bpo-31501: Operator precedence description for arithmetic operators (#3633)

parent 55679e0e
......@@ -1687,8 +1687,8 @@ precedence and have a left-to-right chaining feature as described in the
| ``+``, ``-`` | Addition and subtraction |
+-----------------------------------------------+-------------------------------------+
| ``*``, ``@``, ``/``, ``//``, ``%`` | Multiplication, matrix |
| | multiplication division, |
| | remainder [#]_ |
| | multiplication, division, floor |
| | division, remainder [#]_ |
+-----------------------------------------------+-------------------------------------+
| ``+x``, ``-x``, ``~x`` | Positive, negative, bitwise NOT |
+-----------------------------------------------+-------------------------------------+
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment