SQRT

Description

SQRT returns the square root of the specified number.

Syntax

SQRT ( number )

 

Parameter

Description

number

Any positive number. If you specify a negative number, the error #NUM! is returned.

Examples

This function returns 3:

SQRT(9)

This function returns 1.58:

SQRT(2.5)

Also, see

SUMSQ