Arithmetic operators

An arithmetic operator indicates actions to be performed under the terms of an arithmetic expression. Arithmetic operators have the following precedence: exponentiation, followed by multiplication, division and modulus (all equal); then addition and subtraction (both equal). Operators with higher precedence are evaluated first. When the operators have equal precedence, they execute from left to right.