Function rgsl::gamma_beta::beta::beta[][src]

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

This routine computes the Beta Function, B(a,b) = \Gamma(a)\Gamma(b)/\Gamma(a+b) subject to a and b not being negative integers.