Function specialized_div_rem::i128_div_rem[][src]

pub fn i128_div_rem(duo: i128, div: i128) -> (i128, i128)

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