Click or drag to resize

GammaRelatedLnGamma(Complex) Method

Complex64T logarithm of the gamma function.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex LnGamma(
	Complex z
)

Parameters

z  Complex
The complex argument.

Return Value

Complex
The complex logarithm of the gamma function of the complex argument z.
Remarks
August 1980 edition. W. Fullerton c3, Los Alamos Scientific Lab. Eventually clngam should make use of c8lgmc for all z except for z in the vicinity of 1 and 2.
See Also