public static double Psi(
int n,
double x
)
Public Shared Function Psi (
n As Integer,
x As Double
) As Double
public:
static double Psi(
int n,
double x
)
static member Psi :
n : int *
x : float -> float
The polygamma function gives higher logarithmic derivatives of the Gamma function.
ArgumentOutOfRangeException | n is negative. |