public class Floor extends java.lang.Object implements UnivariateFunction
floor function.| Constructor and Description |
|---|
Floor() |
| 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