An NDoc Documented Class Library

SecantRootFinder Constructor (Function, UInt32, Double)

Create a root finder for the given function.

public SecantRootFinder(
   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

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