Root-finding

Class: Root_bisection

Root found by bisection. Data format:
   double acc; // accuracy
   double eps; // bandwdth
   int maxits; // maximum iterations
   int verbose; // verbosity
Default values: acc = 1.0e-6; eps = 1.0e-8; maxits = 0; verbose = 0;.