GammaRelatedLnGamma(Complex) Method |
Complex64T logarithm of the gamma function.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex LnGamma(
Complex z
)
Parameters
- z Complex
- The complex argument.
Return Value
ComplexThe 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