Functions HI-TECH C SQRT

Revision as of 23:50, 31 July 2017 by Kumokosi (talk | contribs) (Created page with "<strong>SQRT</strong> ==SYNOPSIS== #include <math.h> double sqrt(double f) ==DESCRIPTION== <strong>Sqrt</strong>() implements a square root function using Newton's...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SQRT

SYNOPSIS

#include  <math.h>

double    sqrt(double f)


DESCRIPTION

Sqrt() implements a square root function using Newton's approximation.

SEE ALSO

exp