Math.pow( x, y ) in ECMAScript 262

Return the value of raising x to the power y.

Arguments

nametypedescription
x Number The base of the exponential ex
y Number The exponent of the expression
Return Type
Number