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