Click or drag to resize

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
)

Parameters

z
Type: Meta.NumericsComplex
The complex argument.

Return Value

Type: Complex
The value of ψ(z).
Remarks

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

See Also