pub fn polygamma(n: u32, x: f64) -> f64
Polygamma function ψ(n)(x)
The n-th derivative of the digamma function.
digamma
Corresponds to scipy.special.polygamma in scipy
scipy.special.polygamma