Syntax: @SQRT(X)
X = a numeric value
@SQRT returns the positive square root of X.
Examples:
@SQRT(100) = 10
@SQRT(@ABS(P9)) = 2, where P9 = -4
@SQRT(-3) = Error - argument is negative