Modifier and Type | Field and Description |
---|---|
protected Term |
minuend |
protected Term |
subtrahend |
Constructor and Description |
---|
Sub(Term minuend,
Term subtrahend)
Constructs a
Sub term. |
Modifier and Type | Method and Description |
---|---|
double |
calculate(double... values)
Calculates the result of this
Term . |