Class RootFinder.Bisection
java.lang.Object
math.numericalmethods.RootFinder.Bisection
- Enclosing class:
RootFinder
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Bisection
private Bisection()
-
-
Method Details
-
findRoot
Workaholic method that evaluates the roots by bisection.- Returns:
- the root of the equation.
-