pub fn mul_div(x: &U, y: &U, denom: U) -> Option<(U, bool)>
Muldiv that’s used in practice by Uniswap and other on-chain dapps. Middling in gas costs.