Compute the value of a base expression raised to a specified power.
The base value of the expression.
The exponent value of the expression.
Returns the base expression raised to a power.
0.1.0
pow(2,3)// => 8 Copy
pow(2,3)// => 8
Compute the value of a base expression raised to a specified power.