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