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

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