exp
(function)

Summary:
Exponential value.

Syntax:
exp(expr)

Description:
Returns the exponent of the numeric (float or double) expression expr (eexpr). If expr does not evaluate to a float or a double, then exp(expr) returns an error.

Example:

...
variable: irrigated_surface
  type: float
  definition:
    irrigated_surface = past_irrigated_surface * exp(time_step * ln(1 + irrigation_coeff))
See also:
^,ln,log10