exp Method

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

function exp(number : Number) : Number

Arguments

  • number
    Required. A numeric expression.

Remarks

The return value is the number e raised to a power. The constant e is the base of natural logarithms, approximately equal to 2.71828 and number is the supplied argument.

Requirements

Version 1

Applies To:

Math Object

See Also

Reference

E Property