SQR Square Root y = SQR(n) Returns, in double precision, the square root of a number. n A numeric expression greater than or equal to 0. -------------------------------------------------------------------------- Notes: Runtime error 5 (Illegal Function Call) occurs if n is negative.