The calculator operators are listed below in order of precedence (highest to lowest):
For example, given the high precedence of the exponentiation operator, the following equation:
is interpreted as and the result is In Automation Process Composer the exponentiation operator (^) binds tighter than the unary minus operator (-). In addition, exponentiation is right associative; while other operators are left associative. For example:
The equal symbol (=) is not an operator. When it is used in the Calculator adapter, it indicates an assignment statement. |