sqrt
sqrt
> Functions
Calculates the square root of the number number.
Parameters
- number Number whose root will be calculated.
Return
- root Square root of number.
Examples
sqrt(1) // 1 sqrt(2) // 1.41421356237 sqrt(4) // 2 sqrt(31329) // 177
See as well