The SQRT function returns the square root of x as a DOUBLE type.
SQRT( x )
SELECT SQRT(4), SQRT(16.0);
sqrt(4) sqrt(16.0)
====================================================
2.000000000000000e+00 4.000000000000000e+00