Math.Exp

The function of “Exp” is to return Euler's number (e) be raised to the power of a double value.
Syntax
: math.exp(field_name)
Example
: math.exp([rental_duration])
Special cases:
  • If the argument is NaN, the result is NaN.
  • If the argument is positive infinity, then the result is positive infinity.
  • If the argument is negative infinity, then the result is positive zero.
The computed result must be within 1 ulp of the exact result. Results must be semi-monotonic. This function (Method) returns the value ea, where e is the base of the natural logarithms.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.