Function mul_div

Source
pub fn mul_div(a: i32, b: i32, c: i32) -> i32
Expand description

Fixed point multiply and divide: a * b / c