Math > Math.pow
Math.powSyntax
Math.pow(
x , y
);
Arguments
x
A number to be raised to a power.
y
A number specifying a power the argument x
is raised to.
Description
Method; computes and returns x
to the power of y
, xy
.
Player
Flash 5 or later. In the Flash 4 Player, the methods and properties of the Math object are emulated using approximations and may not be as accurate as the non-emulated math functions supported by the Flash 5 Player.