- Type Parameters:
X
- the type of the independent variable of the function (input)
Y
- the type of the dependent variable of the function (output)
- All Superinterfaces:
- ContinuousFunction<X,Y>, KeyValueFunction<X,Y>
- All Known Implementing Classes:
- ConstantFunction, ExponentialFunction
public interface AnalyticalFunction<X extends java.lang.Comparable<? super X>,Y>
extends ContinuousFunction<X,Y>
A function for which the output for any input value can be calculated from an (internal) analytical expression.