Function statrs::function::beta::beta [−][src]
pub fn beta(a: f64, b: f64) -> f64
Computes the beta function
where a is the first beta parameter
and b is the second beta parameter.
Panics
if a <= 0.0 or b <= 0.0