a ^ b
|
Group |
Calculates a to the power of b. The exponent must be of type Integer or it will be reduced to the next lower value.
Description of Parameters
|
Parameter |
Description |
|
a |
Value. |
|
b |
Exponent. |
Examples
|
Parameter a |
Parameter b |
Result |
|
3 |
2 |
9 |
|
1.5 |
2 |
2.25 |
|
1.5 |
2.5 |
2.25 |
|
2 |
-2 |
0.25 |