Function specialized_div_rem::u128_div_rem_trifecta[][src]

pub fn u128_div_rem_trifecta(duo: u128, div: u128) -> (u128, u128)
Expand description

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