JScript  

exp Method

Returns e (the base of natural logarithms) raised to a power.

Math.exp(number) 

The required number argument is numeric expression representing the power of e.

Remarks

The return value is enumber. The constant e is Euler's constant, approximately equal to 2.178 and number is the supplied argument.

Requirements

Version 1

See Also

E Property | Math Object Methods

Applies To: Math Object