Special.Digamma(Int32) Method

Evaluates the Digamma function for an integer argument.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double Digamma(
	int n
)

Parameters

n  Int32
An integer.

Return Value

Double
The value of the Digamma function.

See Also