Sqrt
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns a number that is the square root of a givennumber
.
Returns Invalid expression
if the parameter is not a valid number.
This function uses 32-bit Integers, therefore the range of valid parameters is
-2147483648 and +2147483648
number
numeric
a number.
Sqrt(100)
10
Sqrt(9)
3
Sqrt(2)
1.4142135623731