Exp()

The EXP("x" in "unit") function returns the exponential for each element of "x" based on the given "unit".

Syntax

 Exp(expression)
  • expression: signal expression

Example

 Exp("produced oil per time increment" in "m3") 

Returns e to the power of the produced oil per time increment.