Package uk.ac.starlink.dpac.math
Interface Function
-
public interface Function
Defines a univariate function.- Since:
- 15 Mar 2018
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
f(double x)
Evaluates the function at a given point.
-