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

Excel equivalent

SQRT

Last updated