The SQRT function returns the square root of a number.
SQRT(value) - > number
value
Number, Node reference
The number or node for which you want the square root of.
Consider an example where a node has the following values. Calculate the square root of these Values.
Number
25
81
169
289
49
To calculate the Square Root, the following formula should be written in the [Square root] node:
SQRT([Number])
SQRT
(
[Number]
)
Square root
5
9
13
17
7
Last updated 2 years ago
Was this helpful?