|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--applications.QuadraticRoots
Constructor Summary | |
QuadraticRoots()
|
Method Summary | |
static void |
main(java.lang.String[] args)
test program |
static void |
outputRoots(double a,
double b,
double c)
The quadratic is ax^2 + bx + c. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public QuadraticRoots()
Method Detail |
public static void outputRoots(double a, double b, double c)
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |