2.7.3.8 sqrt

Declaration:

double sqrt(double x);Returns the square root of x.

Range:

The argument cannot be negative. The returned value is always positive.