Square Root Function

temp

Summary

Returns the square root of x.

Syntax

How to use

The square-root function returns the square root of the input number .

Output

 sqrt(1) = 1
 sqrt(4) = 2
 sqrt(9) = 3
 sqrt(16) = 4
 sqrt(25) = 5