An NDoc Documented Class Library

FalsePositionRootFinder Constructor (Function, UInt32, Double)

Create a root finder for the given function.

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

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