[][src]Function ncollide_utils::binom

pub fn binom(k: usize, n: usize) -> usize

Computes the binomial coefficient C^k_n ("k among n").