Returns the square root of a value.
specifies a numeric constant, variable, or expression. Argument must be nonnegative.
x=sqrt(36);
6
x=sqrt(25);
5
x=sqrt(4.4);
2.0976176963