|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Function
A single variable function.
References:
| Method Summary | |
|---|---|
double |
evaluate(double x)
Evaluate this function, f, at the domain value x. |
| Method Detail |
|---|
double evaluate(double x)
throws NumericException
x - the evaluation point.
NumericException - if the function can not be computed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||