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