referrerpolicy=no-referrer-when-downgrade

Function multiply_by_rational_with_rounding::check

source ·
pub(crate) fn check<N>(f: N, n: N, d: N, r: Rounding)
where N: MultiplyRational + Into<u128> + Copy + Debug,