| Constructor and Description |
|---|
PowFunction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptNumParam(int numParam)
Returns true only for 2 parameters, false otherwise.
|
double |
of(double[] d,
int numParam)
Returns the value at index location 0 to the exponent of the value
at index location 1.
|
java.lang.String |
toString() |
public double of(double[] d,
int numParam)
public boolean acceptNumParam(int numParam)
acceptNumParam in interface Functionpublic java.lang.String toString()
toString in class java.lang.Object