SQRT(n)
The SQRT function returns the square root of the parameter.
Example:
MyRoot := SQRT(16.0); OUTPUT(MyRoot); // result is 4.0
See Also: POWER, EXP, LN, LOG