public class PolinomialSolver extends Object
Constructor and Description |
---|
PolinomialSolver() |
Modifier and Type | Method and Description |
---|---|
static double |
solveSecondDegree(double a1,
double a0) |
static double |
solveThirdDegree(double a2,
double a1,
double a0) |
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.