SQR returns the square root of the argument.
SQR(N)
where N is a numeric expression.
Q = SQR(16)
sets Q equal to 4.
The argument must be positive.