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