Math > Math.exp
Math.expSyntax
Math.exp(
x
);
Arguments
x
The exponent; a number or expression.
Description
Method; returns the value of the base of the natural logarithm (e), to the power of the exponent specified in the argument x
. The constant Math.E
can provide the value of e.
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.