Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface Function2D
y = f(x)
.
Method Summary | |
double |
|
public double getValue(double x)
Returns the value of the function ('y') for a given input ('x').
- Parameters:
x
- the x-value.
- Returns:
- The function value.