|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface representing a univariate real function.
Method Summary | |
double |
value(double x)
Compute the value for the function. |
Method Detail |
public double value(double x) throws FunctionEvaluationException
x
- the point for which the function value should be computed
FunctionEvaluationException
- if the function evaluation fails
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |