Interface Function

All Known Implementing Classes:
Capacitance, CCApplet.DensityFunction, Current, FermiDirac, FreehandFunction, SquareWell, ParsedFunction, Quadratic

interface Function

This interface should be implemented by all classes that can behave as a function. A function may be plotted directly using the SolvFunction class.


Method Summary
 double evaluate(double x)
           
 

Method Detail

evaluate

public double evaluate(double x)