The natural logarithm function. More...


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