sqrt()

#include <math.h>

int sqrt( double real );

This function returns the square root of real.


Back to Essential C Functions.

Log in or register to write something here or to contact authors.