The absolute function. More...
Public Member Functions | |
AbsFunction () | |
double | of (double[] d, int numParam) |
Returns the positive value of the value stored at index location 0. | |
boolean | acceptNumParam (int numParam) |
Returns true only for 1 parameter, false otherwise. | |
String | toString () |
The absolute function.
Definition at line 8 of file AbsFunction.java.
com.graphbuilder.math.func.AbsFunction.AbsFunction | ( | ) |
Definition at line 10 of file AbsFunction.java.
boolean com.graphbuilder.math.func.AbsFunction.acceptNumParam | ( | int | numParam | ) |
Returns true only for 1 parameter, false otherwise.
Implements com.graphbuilder.math.func.Function.
Definition at line 22 of file AbsFunction.java.
double com.graphbuilder.math.func.AbsFunction.of | ( | double[] | d, | |
int | numParam | |||
) |
Returns the positive value of the value stored at index location 0.
Implements com.graphbuilder.math.func.Function.
Definition at line 15 of file AbsFunction.java.
String com.graphbuilder.math.func.AbsFunction.toString | ( | ) |
Definition at line 26 of file AbsFunction.java.