referrerpolicy=no-referrer-when-downgrade

Function per_thing_mult_fraction::check_reciprocal_mul

source ·
pub(crate) fn check_reciprocal_mul<P>(n: u128, d: u128)
where P: PerThing + Mul<u128, Output = u128>,
Expand description

Checks that n / (n / d) >= d.