SolverNewtonRaphson

class SolverNewtonRaphson : public feasst::Solver

Find roots for the continuous function f(x) within the interval [a, b] assuming that f(a)*f(b)<0,

Public Functions

double root(Formula *formula)

Return a root of the Formula.