Crate specialized_div_rem[][src]

Functions

i128_div_rem

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

i32_div_rem

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

i64_div_rem

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

u128_div_rem

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

u32_div_rem

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

u64_div_rem

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