math.numerics
Interface Function

All Known Subinterfaces:
InvertibleFunction
All Known Implementing Classes:
CubicSpline, LegendreInterpolator, LogBase10Function, MathExpParser, ParsedFunction, Polynomial, PolynomialLeastSquareFit, SuryonoParser

public interface Function

Title: Function Description: A function of one variable.


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

Method Detail

evaluate

double evaluate(double x)
Evalutes the function affineTransform x.

Parameters:
x -
Returns:
double f(x)