Function pixel_game_lib::num_integer::div_mod_floor
source · pub fn div_mod_floor<T>(x: T, y: T) -> (T, T)where
T: Integer,
Expand description
Simultaneous floored integer division and modulus
pub fn div_mod_floor<T>(x: T, y: T) -> (T, T)where
T: Integer,
Simultaneous floored integer division and modulus