sqrt()

#include <math.h>

int sqrt( double real );

This function returns the square root of real.


Back to Essential C Functions.