Edit

Mathematical Operators

The mathematical operators are used for arithmetic involving numbers.

SymbolOperationUsage
+numeric additionA + B
The result is the sum of A and B
-numeric subtractionA - B
The result is B subtracted from A.
-numeric negation-A
The result is minus A.
*numeric multiplicationA * B
The result is A multiplied by B
/numeric divisionA / B
The result is A divided by B.