| `Q + 3.0' | ... | add 3.0 to Q |
| `-6.7 - DATA' | ... | subtract DATA from |
| `INPUT * 14' | ... | multiply INPUT by 14 |
| `4 / V2' | ... | divide 4 by V2 |
| `NUMBER ** INDEX' | ... | raise NUMBER to the power
INDEX
|
The normal rules of operator precedence apply.
Matching pairs of parentheses may also be used (and are recommended) to
explicitly define the order of expression evaluation; they may be nested
arbitrarily deeply.
Note that the precision with which arithmetic is performed is not determined
until an expression is actually evaluated
(Section
).6
TRANSFORM Coordinate Transformation Facility