@FunctionalInterface public interface SlopeFunction
| Modifier and Type | Method and Description |
|---|---|
double |
at(double point,
double functionValue)
Compute the slope of the function at the given point using the given function value.
|
double at(double point,
double functionValue)
point - the point at which to evaluate the slope.functionValue - the function value at the point.