Skip to main content

pgamma_raw

Function pgamma_raw 

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

Regularized lower incomplete gamma function P(a, x) = γ(a,x) / Γ(a). Uses series expansion for x < a+1, continued fraction otherwise.