public class Signum extends java.lang.Object implements UnivariateFunction
signum
function.Constructor and Description |
---|
Signum() |
Modifier and Type | Method and Description |
---|---|
double |
value(double x)
Compute the value of the function.
|
public double value(double x)
value
in interface UnivariateFunction
x
- Point at which the function value should be computed.