BivariateFunction
public class Subtract extends Object implements BivariateFunction
Constructor | Description |
---|---|
Subtract() |
Modifier and Type | Method | Description |
---|---|---|
double |
value(double x,
double y) |
Compute the value for the function.
|
public double value(double x, double y)
value
in interface BivariateFunction
x
- Abscissa for which the function value should be computed.y
- Ordinate for which the function value should be computed.Copyright © 2016–2018 Hipparchus.org. All rights reserved.