public class Rint extends Object implements UnivariateDifferentiableFunction
rint
function.Constructor and Description |
---|
Rint() |
Modifier and Type | Method and Description |
---|---|
double |
value(double x)
Compute the value of the function.
|
<T extends Derivative<T>> |
value(T x)
Compute the value for the function.
|
public double value(double x)
value
in interface UnivariateFunction
x
- Point at which the function value should be computed.public <T extends Derivative<T>> T value(T x)
value
in interface UnivariateDifferentiableFunction
T
- the type of the field elementsx
- the point for which the function value should be computedCopyright © 2016-2021 CS GROUP. All rights reserved.