Numeric expressions are formed using numeric elements and arithmetic operators. The evaluation of the expression returns a single numeric value.
Numeric expression in EASI are normally operated on in double precision floating point. Values with less precision are promoted to double precision before operations are performed.
A numeric element can be any of the following:
Arithmetic operators specify the computation to be performed. The order of the operations is determined by operator precedence:
| Precedence | Operator | Operation |
|---|---|---|
| 1 | ( ) and [ ] | Parenthesis, also square brackets [] |
| 1 | ^ | Exponentiation |
| 1 | - | Unary negation |
| 2 | * | Muliplication |
| / | Division | |
| 3 | + | Addition |
| - | Subtraction |
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.