pub fn scaled_combinations(n: u64, k: u64, scale: f64) -> f64
Expand description

Calculate the number of combinations when choosing k elements from n elements without replacement, multiplied by a scaling factor.