AdvancedComplexMathGamma Method

Computes the complex Gamma function.

Definition

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static Complex Gamma(
	Complex z
)

Parameters

z  Complex
The complex argument.

Return Value

Complex
The complex value of Γ(z).

Remarks

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

See Also