Function specialized_div_rem::i8_div_rem_binary_long[][src]

pub fn i8_div_rem_binary_long(duo: i8, div: i8) -> (i8, i8)
Expand description

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