| Name | Description |
---|
| LnGamma(Complex) |
Complex64T logarithm of the gamma function.
|
| LnGamma(Double) |
Calculates the double precision logarithm of the
absolute value of the Gamma function for double precision
argument x.
|
| LnGamma(Complex, Boolean) |
Complex64T logarithm of the gamma function.
|
| LnGamma(Double, Boolean) |
Calculates the double precision logarithm of the
absolute value of the Gamma function for double precision
argument x.
|
| LnGamma(Double, Double) |
LnGamma(x,sgn) returns the double precision natural
logarithm of the absolute value of the Gamma function for
double precision argument x. The sign of the gamma function
is returned in sgn.
|
| LnGamma(Double, Double, Boolean) |
LnGamma(x,sgn) returns the double precision natural
logarithm of the absolute value of the Gamma function for
double precision argument x. The sign of the gamma function
is returned in sgn.
|