Square Root Function

Square Root Function

Summary

Returns the square root of x.

Syntax

sqrt(x)

Usage

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