Unused
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1042511 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
92938b610a
commit
bef875a3ba
|
@ -144,7 +144,6 @@ public class LaguerreSolver extends AbstractPolynomialSolver {
|
|||
*/
|
||||
public double laguerre(double lo, double hi,
|
||||
double fLo, double fHi) {
|
||||
double result = Double.NaN;
|
||||
double coefficients[] = getCoefficients();
|
||||
Complex c[] = new Complex[coefficients.length];
|
||||
for (int i = 0; i < coefficients.length; i++) {
|
||||
|
|
Loading…
Reference in New Issue