AdvancedComplexMathPsi Method |
Computes the complex digamma (ψ) function.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static Complex Psi(
Complex z
)
Public Shared Function Psi (
z As Complex
) As Complex
public:
static Complex Psi(
Complex z
)
static member Psi :
z : Complex -> Complex
Parameters
- z
- Type: Meta.NumericsComplex
The complex argument.
Return Value
Type:
ComplexThe value of ψ(z).
Remarks The image below shows the complex ψ function near the origin using domain coloring.
See Also