|
The basic operators in equations are the
| • | +, -, *, / and ** operators that allow addition, subtraction, multiplication, division and exponentiation and |
| • | (, { and [ which are code grouping parentheses. |
These are discussed below plus their hierarchy in calculation.
=
.. statements
Basic arithmetic + - * / **
Arithmetic hierarchy
Changing hierarchy using () [] {}
|