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 Isight 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 component, it indicates an assignment statement. |