Function specialized_div_rem::i32_div_rem_binary_long[][src]

pub fn i32_div_rem_binary_long(duo: i32, div: i32) -> (i32, i32)
Expand description

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