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 UnivariateFunction
x
- Point at which the function value should be computed.Copyright (c) 2003-2016 Apache Software Foundation