Calculates the exponential of a numeric value (reverse of Napierian logarithm).
// Calculate the exponential of 5
ResExponential = Exp(5)
// Returns 148.413159103
Syntax
<Result> = Exp(<Numeric value>)
<Result>: Real
Sought exponential.
<Numeric value>: Integer or real
Numeric value to use.