SQRT


Description Returns the square root of the specified number.

Syntax SQRT ( number )

Argument 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)

See Also SUMSQ