SQR The SQR function returns the positive square root of a number. The result is of type REAL. Syntax SQR(n) Parameters n The number to be evaluated. This is of type REAL. Examples 10 A = SQR(25) !A = 5
MPE/iX 5.0 Documentation