Click or drag to resize

GammaRelatedLnGamma(Complex, Boolean) 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,
	bool bDebug
)

Parameters

z  Complex
The complex argument.
bDebug  Boolean
If true, an exception is thrown if serious errors occur. If false, NaN is returned on errors.

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