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