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