CoefficientImpl
public interface Coefficient
Modifier and Type | Method | Description |
---|---|---|
void |
add(Coefficient value) |
|
Coefficient |
copy() |
|
void |
divide(Coefficient value) |
|
int |
getDenominator() |
|
int |
getNumerator() |
|
double |
getValue() |
|
boolean |
hasOverflow() |
|
void |
multiply(Coefficient value) |
|
void |
setDenominator(int value) |
|
void |
setNumerator(int value) |
void add(Coefficient value)
Coefficient copy()
int getDenominator()
int getNumerator()
double getValue()
void multiply(Coefficient value)
void divide(Coefficient value)
void setDenominator(int value)
void setNumerator(int value)
boolean hasOverflow()