exp Method
Visual Studio .NET 2003
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 enumber. The constant e is the base of natural logarithms, approximately equal to 2.178 and number is the supplied argument.
Requirements
See Also
Applies To: Math Object