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:
This function returns 1.58:
See Also SUMSQ