Click or drag to resize

SpecialDigammaforward_recurrence Method

Compute digamma(z + n) using digamma(z) using the recurrence relation digamma(z + 1) = digamma(z) + 1/z.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex forward_recurrence(
	Complex z,
	Complex psiz,
	int n
)

Parameters

z  Complex
The z parameter.
psiz  Complex
Digamma(z).
n  Int32
The n parameter.

Return Value

Complex
Digamma(z + n).
Remarks
See
See Also