SQRT
The SQRT function returns the square root of a number.
Syntax
sqrt(value)Arguments
value – Required. The number or node for which you want the square root.
Example
sqrt(COLUMN1)Returns the square root of COLUMN1
The SQRT function returns the square root of a number.
sqrt(value)value – Required. The number or node for which you want the square root.
sqrt(COLUMN1)Returns the square root of COLUMN1