#include #include "nr.h" using namespace std; DP NR::rtnewt(void funcd(const DP, DP &, DP &), const DP x1, const DP x2, const DP xacc) { const int JMAX=20; int j; DP df,dx,f,rtn; rtn=0.5*(x1+x2); for (j=0;j