This table lists symbols used in Analyze. Values of x represent account names.
Table 2. Analyze Symbols
| Symbol | Description |
|---|---|
| -> | Take |
| <..> | Function |
| + | Addition |
| - | Subtraction |
| * | Multiplication |
| / | Division |
| ^ | To the power of |
| -(x) | Subtracted from |
| /(x) | Divided into |
| ^(x) | Is the exponent of |
| +/- | Change sign |
| ! | Not |
| | | Or |
| & | And |
| < | Is less than |
| > | Is greater than |
| <= | Is less than or equal to |
| >= | Is greater than or equal to |
| == | Is equal to |
| <> | Is not equal to |