AdvancedComplexMathPsi Method

Computes the complex digamma (ψ) function.

Definition

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static Complex Psi(
	Complex z
)

Parameters

z  Complex
The complex argument.

Return Value

Complex
The value of ψ(z).

Remarks

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

See Also