Skip to main content
Skip table of contents

SQRT

Basic Overview

Use POWER for other roots.

Description

Returns the square root of each value in the input.

Syntax

SQRT(Node)

Parameter

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

Example

Input A =

Year

Value

2019

4

2020

9

2021

25

Output SQRT('A') =

Year

Value

2019

2

2020

3

2021

5

JavaScript errors detected

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

If this problem persists, please contact our support.