All Packages Class Hierarchy This Package Previous Next Index
Interface graphing.Function
- public interface Function
Function is an interface for
mathematical functions in the graphing package. Its one method, Function.eval(), returns the
value of the function.
-
eval(double)
- Evaluates the function at a double x to a double value.
eval
public abstract double eval(double x)
- Evaluates the function at a double x to a double value.
All Packages Class Hierarchy This Package Previous Next Index