Math.pow( x, y ) in ECMAScript 262
Return the value of raising x
to the power y
.
Arguments
name | type | description |
---|---|---|
x | Number | The base of the exponential ex |
y | Number | The exponent of the expression |
- Return Type
- Number
Return the value of raising x
to the power y
.
name | type | description |
---|---|---|
x | Number | The base of the exponential ex |
y | Number | The exponent of the expression |