Function specialized_div_rem::u128_div_rem[][src]

pub fn u128_div_rem(duo: u128, div: u128) -> (u128, u128)

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

Panics

When attempting to divide by zero, this function will panic.