Function div_mod_floor
pub fn div_mod_floor<T: Integer>(x: T, y: T) -> (T, T)
Simultaneous floored integer division and modulus
div_mod_floorpub fn div_mod_floor<T: Integer>(x: T, y: T) -> (T, T)
Simultaneous floored integer division and modulus