SQR(
General Form:
SQR(numeric_expression)
The SQR( function is used to return the square root of the numeric expression. The SQR( function is valid wherever a numeric expression is legal.
Syntax examples:
result(count) = SQR(test(count))
IF (SQR(sample) < 100)
temp1, temp2 = 100 + SQR(temp)