public class NewtonHorner
extends java.lang.Object
| Constructor and Description |
|---|
NewtonHorner() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Stack |
getNewtonHornerRoots(int nthDegree,
double[] coefficients,
double initialRoot) |
static void |
mainNewtonHorner() |