pub fn binomial(n: u64, k: u64) -> u128
Compute the binomial coefficient C(n, k). Example: binomial(5, 2) -> 10.