Math387.LnGamma Method

Overload List

#SignatureDescription
1TCplx LnGamma(TCplx X)Natural logarithm of the gamma function.
2Double LnGamma(Double X)Natural logarithm of the gamma function.

Overload 1: TCplx LnGamma(TCplx X)

Natural logarithm of the gamma function.

#NameTypeDescription
1XTCplxscalar

Returns: TCplx (complex) - the natural logarithm of the gamma function Ln(Gamma(X)).

Remarks:

Complex version.

See Also: Math387.Gamma

Overload 2: Double LnGamma(Double X)

Natural logarithm of the gamma function.

#NameTypeDescription
1XDoublescalar

Returns: Double - the natural logarithm of the gamma function Ln(Gamma(X)).

See Also: Math387.Gamma