An NDoc Documented Class Library

BisectionRootFinder Constructor (Function, UInt32, Double)

Create a root finder for the given function.

public BisectionRootFinder(
   Function f,
   uint iterations,
   double error
);

Parameters

f
the target function.
iterations
the maximum number of iterations
error
the maximum allowable relative error

See Also

BisectionRootFinder Class | numerics4net.root Namespace | BisectionRootFinder Constructor Overload List