An NDoc Documented Class Library

SecantRootFinder.FindRoot Method 

Find a root of the target function that lies around the two initial approximations, x0 and x1.

public double FindRoot(
   double x0,
   double x1
);

Parameters

x0
an initial approximation to the root.
x1
another initial approximation to the root.

Return Value

a root that lies close to x0 and x1.

See Also

SecantRootFinder Class | numerics4net.root Namespace