SQRT
Basic Overview
Description | Returns the square root of each value in the input. |
Syntax | SQRT(Node) |
Parameter |
|
Example
Input A =
Year | Value |
---|---|
2019 | 4 |
2020 | 9 |
2021 | 25 |
Output SQRT('A') =
Year | Value |
---|---|
2019 | 2 |
2020 | 3 |
2021 | 5 |
Description | Returns the square root of each value in the input. |
Syntax | SQRT(Node) |
Parameter |
|
Input A =
Year | Value |
---|---|
2019 | 4 |
2020 | 9 |
2021 | 25 |
Output SQRT('A') =
Year | Value |
---|---|
2019 | 2 |
2020 | 3 |
2021 | 5 |