Package org.hipparchus.analysis.function
Class Pow
- java.lang.Object
 - 
- org.hipparchus.analysis.function.Pow
 
 
- 
- All Implemented Interfaces:
 BivariateFunction
public class Pow extends Object implements BivariateFunction
Power function. 
- 
- 
Constructor Summary
Constructors Constructor Description Pow() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublevalue(double x, double y)Compute the value for the function. 
 - 
 
- 
- 
Method Detail
- 
value
public double value(double x, double y)Compute the value for the function.- Specified by:
 valuein interfaceBivariateFunction- Parameters:
 x- Abscissa for which the function value should be computed.y- Ordinate for which the function value should be computed.- Returns:
 - the value.
 
 
 - 
 
 -