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