Returns the square root of x.
sqrt(x)
The square-root function returns the square root of the input number .
sqrt(1) = 1
sqrt(4) = 2
sqrt(9) = 3
sqrt(16) = 4
sqrt(25) = 5
Returns the square root of x.
sqrt(x)
The square-root function returns the square root of the input number .
sqrt(1) = 1
sqrt(4) = 2
sqrt(9) = 3
sqrt(16) = 4
sqrt(25) = 5