Calculator
The calculator is designed using "reverse Polish" notation, meaning that you enter the value that you wish to apply first, and then click the operation that you wish to perform.
Open the Calculator by right-clicking on any active numeric field.
Example: Entering Values
- Click 8.
- Click 0.
- Click enter.
Example: Working with Pre-Populated values
- With the current value of 1.430 e +01, click the number 2.
- Click the “/” symbol.
- Click enter.The new calculated value displays. Thus, you divided the original value (14.30 or 1.430e+2) by 2 to yield 7.150 (7.150e+1).
- Click exit to close the popup.