Sqrt()
The Sqrt("x" in "unit") function calculates the square root for each element of "x" based on the given "unit". In case of entering input values lower than zero the SQRT function returns "#Num!".
Syntax
Sqrt(expression)
- expression: signal expression
Example
Sqrt("produced oil per time increment" in "m3")
Returns the squared root of the produced oil per time increment.