Sqrt(Numeric number)
Returns the square root of a number.
Parameters
- number
- The number for which you want to calculate the square root.
Returns
Numeric
Examples
Sqrt(4)
returns 2
Returns the square root of a number.
Numeric
Sqrt(4)
returns 2