| ] | Index Level | CAPTURING |
| Syntax | |
| Category | BASIC |
| Type | Operator, Arithmetic |
| Description | an alternate means of indicating an exponentiation operation on a specific numeric expression. |
| Options | |
| See Also | special characters PWR operators EXP |
| Example |
1) a = x ^ 3
This example calculates the value of "a" as the cube of the value of "x". 2) a = pwr(x,3) This example is identical in output to the previous example. |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| ] | Index Level | CAPTURING |