Function specialized_div_rem::i64_div_rem_asymmetric[][src]

pub fn i64_div_rem_asymmetric(duo: i64, div: i64) -> (i64, i64)
Expand description

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