SciLib.Math
Interface Function


public interface Function


Method Summary
 double computeY(double x)
           
 vector genX()
           
 vector genY()
           
 java.lang.String title()
           
 

Method Detail

genX

vector genX()

genY

vector genY()

computeY

double computeY(double x)

title

java.lang.String title()