Advanced Analysis Library Only
double Psi (double x);
Computes the digamma (Psi) function, which is defined as follows:
Input | ||
Name | Type | Description |
x | double-precision | The point at which the function is evaluated. |
Name | Type | Description |
result | double-precision | The value of the Psi function. |