Log()
The Log("x" in "unit") function computes the base 10 logarithm of the elements of "x" based on the given "unit". The Log function works on positive values only.
Syntax
Log(expression)
- expression: signal expression
Example
Log("produced oil per time increment" in "m3")
Returns logarithm base 10 for the produced oil per time increment.