Function specialized_div_rem::i16_div_rem_binary_long[][src]

pub fn i16_div_rem_binary_long(duo: i16, div: i16) -> (i16, i16)
Expand description

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