Parent Topic: Arithmetic Expressions
Operators
The following arithmetic operators are available with standard algebraic precedence being observed:

        '-x'            negation
        '^'             exponentiation
        '/'             division
        '*'             multiplication
        '+'             addition
        '-'             subtraction
        '()'            parenthesis

Parent Topic: Arithmetic Expressions
About PCI Help Gateway