Click or drag to resize

SecantRootFinder Constructor

Overload List
 NameDescription
Public methodSecantRootFinder Constructs a SecantRootFinder instances with default tolerance and default maximum iterations.
Public methodSecantRootFinder(Double) Constructs a SecantRootFinder instance with the given error tolerance.
Public methodSecantRootFinder(Int32) Constructs a SecantRootFinder instance with the given maximum number of iterations.
Public methodSecantRootFinder(Double, Int32) Constructs a SecantRootFinder instance with the given error tolerance and maximum number of iterations.
Top
See Also