Euler's number, e, also called the base of natural logarithms. More...
Public Member Functions | |
EFunction () | |
double | of (double[] d, int numParam) |
Returns the constant e regardless of the input. | |
boolean | acceptNumParam (int numParam) |
Returns true only for 0 parameters, false otherwise. | |
String | toString () |
Euler's number, e, also called the base of natural logarithms.
Definition at line 8 of file EFunction.java.
com.graphbuilder.math.func.EFunction.EFunction | ( | ) |
Definition at line 10 of file EFunction.java.
boolean com.graphbuilder.math.func.EFunction.acceptNumParam | ( | int | numParam | ) |
Returns true only for 0 parameters, false otherwise.
Implements com.graphbuilder.math.func.Function.
Definition at line 22 of file EFunction.java.
double com.graphbuilder.math.func.EFunction.of | ( | double[] | d, | |
int | numParam | |||
) |
Returns the constant e regardless of the input.
Implements com.graphbuilder.math.func.Function.
Definition at line 15 of file EFunction.java.
String com.graphbuilder.math.func.EFunction.toString | ( | ) |
Definition at line 26 of file EFunction.java.