Special.LogGamma(Complex<Double>) Method

Returns the natural logarithm of the Gamma function for the specified complex number number.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static Complex<double> LogGamma(
	Complex<double> z
)

Parameters

z  Complex<Double>
A complex number number.

Return Value

Complex<Double>
The natural logarithm of the Gamma function for z

Remarks

The Gamma function is a generalization to complex numbers of the factorial of an integer. If z is an integer, then the following equality holds: \1

See Also