Create a root finder for the given function.
public BisectionRootFinder(Function);
public BisectionRootFinder(Function,uint,double);
BisectionRootFinder Class | numerics4net.root Namespace