Function specialized_div_rem::i64_div_rem[][src]

pub fn i64_div_rem(duo: i64, div: i64) -> (i64, i64)

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