pub fn choose(n: u32, m: u32) -> f64
Expand description

This routine computes the combinatorial factor n choose m = n!/(m!(n-m)!)