Special.Digamma Method

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

Overload List

Digamma(Double) Evaluates the Digamma function.
Digamma(Int32) Evaluates the Digamma function for an integer argument.

Digamma(Double)

Evaluates the Digamma function.
C#
public static double Digamma(
	double x
)

Parameters

x  Double
A real number.

Return Value

Double
The value of the Digamma function.

Digamma(Int32)

Evaluates the Digamma function for an integer argument.
C#
public static double Digamma(
	int n
)

Parameters

n  Int32
An integer.

Return Value

Double
The value of the Digamma function.

See Also