public abstract class GammaFunction extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GammaFunction.Incomplete |
static class |
GammaFunction.Logarithmic |
static class |
GammaFunction.Regularized |
Constructor and Description |
---|
GammaFunction() |
Modifier and Type | Method and Description |
---|---|
static ComplexNumber |
gamma(ComplexNumber z) |
static double |
gamma(double x) |
static double |
gamma(int n) |
public static ComplexNumber gamma(ComplexNumber z)
public static double gamma(double x)
public static double gamma(int n)
Copyright © 2022 Optimatika. All rights reserved.