-

Functions HI-TECH C SQRT

From HI-TECH C for CP/M Fan WIKI(EN)
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)
Jump to: navigation, search

SQRT

SYNOPSIS

#include  <math.h>

double    sqrt(double f)


DESCRIPTION

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

SEE ALSO

exp