public class QuadraticEquation
extends java.lang.Object
Constructor and Description |
---|
QuadraticEquation(double a,
double b,
double c) |
Modifier and Type | Method and Description |
---|---|
double |
getV(double x) |
double[] |
solve() |