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.Jas4pp 1.5 © Java Analysis Studio for Particle Physics