Function specialized_div_rem::u16_div_rem_binary_long[][src]

pub fn u16_div_rem_binary_long(duo: u16, div: u16) -> (u16, u16)
Expand description

Computes the quotient and remainder of duo divided by div and returns them as a tuple.