Click or drag to resize

GammaRelatedGamma(Complex) 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
)

Parameters

z  Complex
The complex argument.

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