[][src]Function ramp::ll::limb::div_preinv

pub fn div_preinv(nh: Limb, nl: Limb, d: Limb, dinv: Limb) -> (Limb, Limb)

Divides (nh, nl) by d using the inverted limb dinv. Returns the quotient, Q, and remainder, R, as (Q, R);