Click or drag to resize

AdvancedComplexMathLogGamma Method

Compute the complex log Gamma function.

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

Parameters

z
Type: Meta.NumericsComplex
The complex argument.

Return Value

Type: Complex
The principal complex value y for which exp(y) = Γ(z).
See Also