SQRT(A)
Returns square root of A
Float SQRT(Float A)
A - Non-negative float value. If it is not of type float, it is implicitly converted to type float.
Square root of A
> PRINT SQRT(3)
1.732051