|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Function
Interface Function specifies the interface for a real-valued function of a real-valued argument (type double).
| Method Summary | |
|---|---|
double |
f(double x)
Returns the value of this function evaluated at the given argument. |
| Method Detail |
|---|
double f(double x)
x - Argument.
DomainException - (unchecked exception) Thrown if the argument x is outside
the allowed set of values for this function.
RangeException - (unchecked exception) Thrown if f(x) is outside the range of
type double.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||