Numeric operators function with all numeric values. The following table lists the numeric operators in order of precedence.
Numeric Operators
Operator | Action | Code |
|
Group subexpressions |
|
|
Exponentiation |
|
|
Multiplication and division |
|
|
Modulus (remainder) |
|
|
Addition and subtraction |
|