Compute the complex log Gamma function.
Namespace:
Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
Parameters
- z
- Complex
The complex argument, which must have non-negative z.Re.
Return Value
The complex value ln(Γ(z)).
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentOutOfRangeException | The real part of z is negative. |