Function num_integer::div_mod_floor [−][src]
pub fn div_mod_floor<T: Integer>(x: T, y: T) -> (T, T)
Expand description
Simultaneous floored integer division and modulus
pub fn div_mod_floor<T: Integer>(x: T, y: T) -> (T, T)
Simultaneous floored integer division and modulus