public class Bisection
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static double |
getBisection_Root(double A,
double B)
A public class for the implementation of a the bisection
polynomial root approximation given input values of
type double.
|
static void |
mainBisection() |
public static double getBisection_Root(double A, double B)
A
- Endpoint approximation less than root.B
- Endpoint approximation larger than root.public static void mainBisection()