Skip to main content

rem_limb_with_reciprocal

Function rem_limb_with_reciprocal 

Source
pub(crate) const fn rem_limb_with_reciprocal<const L: usize>(
    u: &Uint<L>,
    reciprocal: &Reciprocal,
) -> Limb
Expand description

Divides u by the divisor encoded in the reciprocal, and returns the remainder.