SQR === Function -------- **SQR** returns the square root of the argument. Syntax ------ SQR(N) where N is a numeric expression. Examples -------- :: Q = SQR(16) sets Q equal to 4. Remarks ------- The argument must be positive.