Microsoft® JScript™ exp Method |
Language Reference Version 1
|
Computes e to the power of the supplied numeric argument.
Math.exp(number)The number argument is a numeric expression representing the power of e.
The return value is enumber. The constant e is Euler's constant, approximately equal to 2.178 and number is the supplied argument.