public static interface QuarticRoot.QuarticSolver
Modifier and Type | Method and Description |
---|---|
List<Number> |
solve(double a,
double b,
double c,
double d,
double e)
Solve \(ax^4 + bx^3 + cx^2 + dx + e = 0\).
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.