Function awint_internals::dd_division[][src]

pub const fn dd_division(
    duo: (usize, usize),
    div: (usize, usize)
) -> ((usize, usize), (usize, usize))
Expand description

Divides duo by div and returns the quotient and remainder.

Panics

If div == 0, this function will panic.