Meta.Numerics Library
Gamma Method (z)
Meta.NumericsMeta.Numerics.FunctionsAdvancedComplexMathGamma(Complex)
Computes the complex Gamma function.
Declaration Syntax
C#Visual BasicVisual C++F#
public static Complex Gamma(
	Complex z
)
Public Shared Function Gamma ( _
	z As Complex _
) As Complex
public:
static Complex Gamma(
	Complex z
)
static member Gamma : 
        z:Complex -> Complex 
Parameters
z (Complex)
The complex argument.
Return Value
The complex value of Γ(z).
Remarks

The image below shows the complex Γ function near the origin using domain coloring.

See Also