Math387.LnGamma Method

Overload List

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

Overload 1: function LnGamma(const X: TCplx): TCplx;

Natural logarithm of the gamma function.

#NameTypeDescription
1XTCplx

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

Remarks:

Complex version.

See Also: Math387.Gamma

Overload 2: function LnGamma(const X: Double): Double;

Natural logarithm of the gamma function.

#NameTypeDescription
1XDouble

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

See Also: Math387.Gamma