#include #include #include #include #include "testfun.h" using namespace std; void fixpoint(double xstart, int nmax, double &xnew, double &errfun) { ofstream oconv("conv"); oconv.precision(10); oconv<