Click or drag to resize

AdvancedComplexMathGamma Method

Computes the complex Gamma function.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static Complex Gamma(
	Complex z
)

Parameters

z
Type: Meta.NumericsComplex
The complex argument.

Return Value

Type: Complex
The complex value of Γ(z).
Remarks

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

See Also