Click or drag to resize

GammaRelatedLnGamma Method

Overload List
 NameDescription
Public methodStatic memberLnGamma(Complex) Complex64T logarithm of the gamma function.
Public methodStatic memberLnGamma(Double) Calculates the double precision logarithm of the absolute value of the Gamma function for double precision argument x.
Public methodStatic memberLnGamma(Complex, Boolean) Complex64T logarithm of the gamma function.
Public methodStatic memberLnGamma(Double, Boolean) Calculates the double precision logarithm of the absolute value of the Gamma function for double precision argument x.
Public methodStatic memberLnGamma(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.
Public methodStatic memberLnGamma(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.
Top
See Also