Function stdtr::unchecked_inc_beta[][src]

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

Returns incomplete beta integral of the arguments, evaluated from zero to x

Panics

if a <= 0 or b <= 0 or x < 0 or x > 1