User`s guide
8-12 Agilent 4155C/4156C User’s Guide Vol.2, Edition 6
Support Functions
User Function and User Variable
Arithmetic operator precedence
When an expression contains more than one operation, the order of operation is
determined by operator precedence. Operations with the highest precedence are
performed first. Multiple operations with the same precedence are performed left to
right. The following table shows the arithmetic operator precedence.
Precedence Operator
Highest Parentheses: (may be used to force any order of operations)
Functions: built-in function and data variable
Exponentiation: ^
Multiplication and division: * /
Lowest Addition, subtraction, monadic operators: + −