Package org.ojalgo.function.special
Class GammaFunction
- java.lang.Object
-
- org.ojalgo.function.special.GammaFunction
-
- Direct Known Subclasses:
GammaFunction.Incomplete
,GammaFunction.Logarithmic
,GammaFunction.Regularized
public abstract class GammaFunction extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GammaFunction.Incomplete
(package private) static class
GammaFunction.LanczosApproximation
Lanczos approximation.static class
GammaFunction.Logarithmic
static class
GammaFunction.Regularized
-
Constructor Summary
Constructors Constructor Description GammaFunction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
gamma(double x)
static double
gamma(int n)
static ComplexNumber
gamma(ComplexNumber z)
-
-
-
Method Detail
-
gamma
public static ComplexNumber gamma(ComplexNumber z)
-
gamma
public static double gamma(double x)
-
gamma
public static double gamma(int n)
-
-