Package org.ojalgo.function.special
Class GammaFunction.Incomplete
java.lang.Object
org.ojalgo.function.special.GammaFunction
org.ojalgo.function.special.GammaFunction.Incomplete
- Enclosing class:
GammaFunction
-
Nested Class Summary
Nested classes/interfaces inherited from class org.ojalgo.function.special.GammaFunction
GammaFunction.Incomplete, GammaFunction.LanczosApproximation, GammaFunction.Logarithmic, GammaFunction.Regularized
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic double
lower
(double x, double limit) static double
lower
(int n, double limit) static ComplexNumber
lower
(ComplexNumber z, double limit) static double
upper
(double x, double limit) static double
upper
(int n, double limit) static ComplexNumber
upper
(ComplexNumber z, double limit) Methods inherited from class org.ojalgo.function.special.GammaFunction
gamma, gamma, gamma
-
Constructor Details
-
Incomplete
public Incomplete()
-
-
Method Details
-
lower
-
lower
public static double lower(double x, double limit) -
lower
public static double lower(int n, double limit) -
upper
-
upper
public static double upper(double x, double limit) -
upper
public static double upper(int n, double limit)
-