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.
function exp(number : Number) : Number
Arguments
- number
 Required. A numeric expression.
Remarks
The return value is 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
Applies To:
See Also
Reference
Change History
| Date | History | Reason | 
|---|---|---|
| March 2009 | Revised the Remarks section. | Content bug fix. |