public class Ulp extends java.lang.Object implements UnivariateFunction
ulp function.| Constructor and Description |
|---|
Ulp() |
| Modifier and Type | Method and Description |
|---|---|
double |
value(double x)
Compute the value of the function.
|
public double value(double x)
value in interface UnivariateFunctionx - Point at which the function value should be computed.Copyright (c) 2003-2017 Apache Software Foundation