SQRT function

Synopsis
This function returns the square root of the specified number.
Variations
SQRT(Number)
Returns the square root of the specified number.
Parameters
Number

Specifies the number from which to take the square root.

Supported types: Numeric.
Returns
Returned types: Numeric.
Examples
1.

The following example returns 2.

SQRT(4)
2.

The following example returns 4.

SQRT(16)