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

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