Special.Digamma Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Digamma( | Evaluates the Digamma function. |
Digamma( | Evaluates the Digamma function for an integer argument. |
Digamma(Double)
Evaluates the Digamma function.
public static double Digamma(
double x
)
Parameters
- x Double
- A real number.
Return Value
DoubleThe value of the Digamma function.
Digamma(Int32)
Evaluates the Digamma function for an integer argument.
public static double Digamma(
int n
)
Parameters
- n Int32
- An integer.
Return Value
DoubleThe value of the Digamma function.