Function specialized_div_rem::u8_div_rem_binary_long[][src]

pub fn u8_div_rem_binary_long(duo: u8, div: u8) -> (u8, u8)
Expand description

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