Function specialized_div_rem::i64_div_rem_trifecta[][src]

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

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