public interface Function
Distribution
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Use this to declare what is going to be shown as "Type" of this function
by the Reporter.
|
double |
value(double x)
Method to compute the function value out of the given input value.
|
java.lang.String getDescription()
double value(double x)