An NDoc Documented Class Library

BisectionRootFinder Constructor (Function)

Create a root finder for the given function.

public BisectionRootFinder(
   Function f
);

Parameters

f
the target function.

See Also

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