-

Difference between revisions of "Functions HI-TECH C SQRT"

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

Latest revision as of 23:50, 31 July 2017

SQRT

SYNOPSIS

#include  <math.h>

double    sqrt(double f)


DESCRIPTION

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

SEE ALSO

exp