|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IQECalculator
| Method Summary | |
|---|---|
int |
calculateDeterminant(int a,
int b,
int c)
|
DoubleEquationResult |
solveForPositiveDeterminat(int a,
int b,
int c)
|
int |
solveForZeroDeterminant(int a,
int b,
int c)
|
| Method Detail |
|---|
int calculateDeterminant(int a,
int b,
int c)
throws QECalculatorException
QECalculatorException
DoubleEquationResult solveForPositiveDeterminat(int a,
int b,
int c)
throws QECalculatorException
QECalculatorException
int solveForZeroDeterminant(int a,
int b,
int c)
throws QECalculatorException
QECalculatorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||