Exp()
Syntax
Result.f(.d) = Exp(Number.f(.d))Description
Returns the result of the exponential function. This is the value e raised to the power 'Number'.
Parameters
Number.f or Number.d The input for the exponential function.
Return value
Returns the value e raised to the power 'Number'.
Remarks
This is the inverse function of Log(). This function handles and returns float or double values.
See Also
Log()
Supported OS
All