org.opensourcephysics.numerics
Interface Function

All Known Subinterfaces:
InvertibleFunction, KnownFunction
All Known Implementing Classes:
CubicSpline, FunctionDrawer, LagrangeInterpolator, LogBase10Function, MathExpParser, ParsedFunction, Polynomial

public interface Function

Title: Function Description: A function of one variable.


Method Summary
 double evaluate(double x)
          Evalutes the function at x.
 

Method Detail

evaluate

public double evaluate(double x)
Evalutes the function at x.

Parameters:
x -
Returns:
double f(x)