|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FunctionI
A simple interface that defines a single-variable mathematical function (y=internalFunction(x)).
Method Summary | |
---|---|
double |
f(double x)
Returns the y value associated to the specified x. |
Method Detail |
---|
double f(double x)
x
- the abscissa
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |