Meta.Numerics Library
Psi Method (z)
Meta.NumericsMeta.Numerics.FunctionsAdvancedComplexMathPsi(Complex)
Computes the complex digamma (ψ) function.
Declaration Syntax
C#Visual BasicVisual C++F#
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 (Complex)
The complex argument.
Return Value
The value of ψ(z).
Remarks

The image below shows the complex ψ function near the origin using domain coloring.

See Also