Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns e (the base of natural logarithms) raised to a power.
Syntax
Math.exp(number)
Remarks
The required number argument is a numeric expression representing the power of e.
The return value is a number. The constant e is Euler's number, approximately equal to 2.71828 and number is the supplied argument.
Applies To: Math Object (Windows Scripting - JScript)