Skip to main content
Skip table of contents

SQRT

Basic Overview

Description

Returns the square root of each value in the input.

SyntaxSQRT(Node)
Parameter
  • Node: Input node, specified using the node name in single quotes (e.g. 'Profit')

Example

Input A =

Year

Value

20194
20209
202125

Output SQRT('A') =

Year

Value

20192
20203
20215
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.