Returns the value of a base expression taken to a specified power.
Math.pow(base, exponent)
In the following example, a numeric expression equal to baseexponent returns 1000.
Math.pow(10,3);
pow(
)
Version 1
Math Object Methods
Applies To: Math Object