UnivariateDifferentiableFunction, UnivariateFunctionpublic class Minus extends Object implements UnivariateDifferentiableFunction
| Constructor | Description |
|---|---|
Minus() |
| Modifier and Type | Method | Description |
|---|---|---|
double |
value(double x) |
Compute the value of the function.
|
DerivativeStructure |
value(DerivativeStructure t) |
Simple mathematical function.
|
public double value(double x)
value in interface UnivariateFunctionx - Point at which the function value should be computed.public DerivativeStructure value(DerivativeStructure t)
UnivariateDifferentiableFunction classes compute both the
value and the first derivative of the function.
value in interface UnivariateDifferentiableFunctiont - function input valueCopyright © 2016–2018 Hipparchus.org. All rights reserved.