polygamma

Function polygamma 

Source
pub fn polygamma(n: u32, x: f64) -> f64
Expand description

Polygamma function ψ(n)(x)

The n-th derivative of the digamma function.

Corresponds to scipy.special.polygamma in scipy