|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Function
The representation of a single-argument function. Given an input value
of the independant variable, evaluate(double) returns the single value
of the function.
Multidimensional,
Differentiable,
Inverse,
Derivative| Method Summary | |
|---|---|
double |
evaluate(double t)
Given the value of the independant variable, this method returns the value of the function as a primitive double. |
| Method Detail |
|---|
double evaluate(double t)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||