Returns the value of number raised to a specified power. Same as Math.pow(x, e).
Math.pow(x, e)
Generated using TypeDoc
Returns the value of number raised to a specified power. Same as
Math.pow(x, e)
.