-

Changes

Jump to: navigation, search

Functions HI-TECH C SQRT

208 bytes added, 23:50, 31 July 2017
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..."
<strong>SQRT</strong>
==SYNOPSIS==

#include <math.h>

double sqrt(double f)


==DESCRIPTION==
<strong>Sqrt</strong>() implements a square root function using Newton's
approximation.

==SEE ALSO==

exp

Navigation menu