Function specialized_div_rem::i128_div_rem_asymmetric[][src]

pub fn i128_div_rem_asymmetric(duo: i128, div: i128) -> (i128, i128)
Expand description

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