$pow
The$pow operator raises the first value to the power of the second value.
Input
- An array containing exactly two numeric values: the base and the exponent
Output
- The first value raised to the power of the second value
Examples
Basic Power
8
Square Root (power of 0.5)
4
Negative Base
-8

