Navigator 2.0, Internet Explorer 3.0
Math.pow(x, y)
The number or numeric expression to be raised to a power.
The power that x is to be raised to.
x to the power of y, xy
Math.pow() raises its first argument to the power of its second argument and returns the result.
Any values of x and y may be passed to Math.pow(). However, if the result is an imaginary or complex number, then Math.pow() returns zero. In practice, this means that if x is negative, then y should be a positive or negative integer. Also, bear in mind that large exponents can easily cause floating-point overflow and return a value of infinity.
file: /Techref/language/java/script/definitive/refp_238.htm, 5KB, , updated: 2019/10/14 15:00, local time: 2024/11/8 10:48,
3.148.113.219:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/language/java/script/definitive/refp_238.htm"> [Chapter 21] Reference: Math.pow()</A> |
Did you find what you needed? |