Add
, Atan2
, BicubicInterpolatingFunction
, Divide
, Max
, Min
, Multiply
, PiecewiseBicubicSplineInterpolatingFunction
, Pow
, Subtract
public interface BivariateFunction
Modifier and Type | Method | Description |
---|---|---|
double |
value(double x,
double y) |
Compute the value for the function.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.