Exp()
Syntax
Result.f = Exp(Number.f)Description
Returns the result of the exponential function. This is the value e raised to the power 'Number'.
Parameters
Number.f 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 can handle float and double values.
See Also
Log()
Supported OS
All