The power function. More...
Public Member Functions | |
PowFunction () | |
double | of (double[] d, int numParam) |
Returns the value at index location 0 to the exponent of the value at index location 1. | |
boolean | acceptNumParam (int numParam) |
Returns true only for 2 parameters, false otherwise. | |
String | toString () |
The power function.
Definition at line 8 of file PowFunction.java.
com.graphbuilder.math.func.PowFunction.PowFunction | ( | ) |
Definition at line 10 of file PowFunction.java.
boolean com.graphbuilder.math.func.PowFunction.acceptNumParam | ( | int | numParam | ) |
Returns true only for 2 parameters, false otherwise.
Implements com.graphbuilder.math.func.Function.
Definition at line 23 of file PowFunction.java.
double com.graphbuilder.math.func.PowFunction.of | ( | double[] | d, | |
int | numParam | |||
) |
Returns the value at index location 0 to the exponent of the value at index location 1.
Implements com.graphbuilder.math.func.Function.
Definition at line 16 of file PowFunction.java.
String com.graphbuilder.math.func.PowFunction.toString | ( | ) |
Definition at line 27 of file PowFunction.java.