public interface UnivariateFunction
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(double argument)
compute function value
|
double |
getLowerBound()
get lower bound of argument
|
double |
getUpperBound()
get upper bound of argument
|
double evaluate(double argument)
function - argumentdouble getLowerBound()
double getUpperBound()