pub fn gamma_inc(a: f64, x: f64) -> f64
Expand description

This routine computes the unnormalized incomplete Gamma Function \Gamma(a,x) = \int_x^\infty dt t^{a-1} \exp(-t) for a real and x >= 0.