pub fn choose_e(n: u32, m: u32) -> (Value, Result)
Expand description

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