pub fn mul_div_imbalanced(a: u64, b: u64, c: u64) -> Option<u64>
Expand description

Multiplies two u64s then divides by the third number. This assumes that a > b.