public static interface QuarticRoot.QuarticSolver
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Number> |
solve(double a,
double b,
double c,
double d,
double e)
Solve \(ax^4 + bx^3 + cx^2 + dx + e = 0\).
|