Special.Gamma(Complex<Double>) Method

Returns the value of the Gamma function for the specified number.

Definition

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

Parameters

z  Complex<Double>
A complex number number.

Return Value

Complex<Double>
The complex number value of the Gamma function for z

Remarks

The formal definition of the Gamma function is as follows:

See Also