Home > Electronics Tutorials > C Language Tutorial > math.h - Exponential, Logarithmic and Power Functions - sqrt

C Language Programming Library Reference Guide

math.h - Exponential, Logarithmic and Power Functions - sqrt

Declaration:

double sqrt(double x);

Returns the square root of x.

Range: The argument cannot be negative. The returned value is always positive.
Note: To report broken links or to submit your projects, tutorials please email to Webmaster

Discover

     more......