Package org.ojalgo.function.special
Class GammaFunction.Logarithmic
- java.lang.Object
-
- org.ojalgo.function.special.GammaFunction
-
- org.ojalgo.function.special.GammaFunction.Logarithmic
-
- Enclosing class:
- GammaFunction
public abstract static class GammaFunction.Logarithmic extends 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 Constructor Description Logarithmic()
-
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)
-
-