An NDoc Documented Class Library

NewtonRootFinder.FindRoot Method 

Find a root of the target function that lies close to x.

public double FindRoot(
   double x
);

Parameters

x
the initial root approximation.

Return Value

a root that lies close to x.

See Also

NewtonRootFinder Class | numerics4net.root Namespace