Introduction - If you have any usage issues, please Google them yourself
1. Continued Fractions functional method using nonlinear equation f (x) = 0 is a root (C) 2. Parameters Note double* x : at the initial iteration, iterative return at the terminal value double eps : control precision double (* f) () : point calculations f (x) value of the function name (designed by the user) int pqrt () : function returns the number of iterations 3. This document explains procedures pqrt.c to function mainly function procedures pqrt0.c