pub fn gamma_inc_e(a: f64, x: f64) -> (Value, Result)
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.