public interface Function
A single variable function.
References:
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(double x)
Evaluate this function, f, at the domain value x.
|
double evaluate(double x)
throws NumericException
x - the evaluation point.NumericException - if the function can not be computed.DMelt 2.0 © DataMelt by jWork.ORG