sqrt

sqrt

> Functions

Calculates the square root of the number number.

Parameters
Return
Examples

sqrt(1) // 1 sqrt(2) // 1.41421356237 sqrt(4) // 2 sqrt(31329) // 177

See as well