Standard arithmetic operators.
Expressions follow the standard order of operations. That is, the expression multiplies and divides before it adds and subtracts. You can use parentheses to clarify the expression or alter the order.
Syntax
+
(addition)-
(subtraction)*
(multiplication)/
(division)
Example
Cost * .01 + (Actions + Trans)