Click or drag to resize

GammaRelatedGamma(Complex, Boolean) Method

Complex64T Gamma function.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex Gamma(
	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 Gamma function of the complex argument z.
Remarks
July 1977 edition. w. fullerton, c3, los alamos scientific lab. A preliminary version that is portable, but not accurate enough.
See Also