SQRT()
Return the square root of a positive number.
Syntax
SQRT(<nNumber>) --> nRoot
Arguments
<nNumber> --> is a positive number to take the square root of.
Returns
SQRT() returns the square root.
Description
SQRT() is a numeric function used to compute a square root.
____________________________
Related Topics: