Class InverseIncompleteGammaFunction
- java.lang.Object
-
- com.opengamma.strata.math.impl.function.special.InverseIncompleteGammaFunction
-
- All Implemented Interfaces:
DoubleBinaryOperator
public class InverseIncompleteGammaFunction extends Object implements DoubleBinaryOperator
-
-
Constructor Summary
Constructors Constructor Description InverseIncompleteGammaFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
applyAsDouble(double a, double p)
-
-
-
Method Detail
-
applyAsDouble
public double applyAsDouble(double a, double p)
- Specified by:
applyAsDouble
in interfaceDoubleBinaryOperator
-
-