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
)
Public Shared Function Gamma (
z As Complex
) As Complex
public:
static Complex Gamma(
Complex z
)
static member Gamma :
z : Complex -> Complex
Parameters
- z
- Type: Meta.NumericsComplex
The complex argument.
Return Value
Type:
ComplexThe complex value of Γ(z).
Remarks The image below shows the complex Γ function near the origin using domain coloring.
See Also