#include "bissection.hpp" using namespace std; template bool bissection::run() { for (i=1; if(x1); fm = unit->f(xm); f2 = unit->f(x2); if (f1*fm < 0.0) x2 = xm; if (fm*f2 < 0.0) x1 = xm; } } // if (DEBUG) system("pause"); return OK; }