The log base 2 function. More...


Public Member Functions | |
| LgFunction () | |
| double | of (double[] d, int numParam) |
| Returns the log base 2 of the value at index location 0. | |
| boolean | acceptNumParam (int numParam) |
| Returns true only for 1 parameter, false otherwise. | |
| String | toString () |
The log base 2 function.
Definition at line 6 of file LgFunction.java.
| com.graphbuilder.math.func.LgFunction.LgFunction | ( | ) |
Definition at line 8 of file LgFunction.java.
| boolean com.graphbuilder.math.func.LgFunction.acceptNumParam | ( | int | numParam | ) |
Returns true only for 1 parameter, false otherwise.
Implements com.graphbuilder.math.func.Function.
Definition at line 20 of file LgFunction.java.
| double com.graphbuilder.math.func.LgFunction.of | ( | double[] | d, | |
| int | numParam | |||
| ) |
Returns the log base 2 of the value at index location 0.
Implements com.graphbuilder.math.func.Function.
Definition at line 13 of file LgFunction.java.
| String com.graphbuilder.math.func.LgFunction.toString | ( | ) |
Definition at line 24 of file LgFunction.java.
1.6.1