Class RootFinder.Bisection

java.lang.Object
math.numericalmethods.RootFinder.Bisection
Enclosing class:
RootFinder

private class RootFinder.Bisection extends Object
  • Constructor Details

    • Bisection

      private Bisection()
  • Method Details

    • findRoot

      private String findRoot()
      Workaholic method that evaluates the roots by bisection.
      Returns:
      the root of the equation.