public class Abs extends java.lang.Object implements UnivariateFunction
Constructor and Description |
---|
Abs() |
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.Copyright (c) 2003-2016 Apache Software Foundation