SQRT
Last updated
Last updated
Computes the square root of the given input.
X
Type: numeric
A numeric value.
Type: double
The square root of X
as a double
.
Note that if , then the function returns a null value.
1
1.0
-1
null
0
0.0
10.5
3.24037034920393
2.0