div_mod_floor

Function div_mod_floor 

Source
pub fn div_mod_floor<T>(x: T, y: T) -> (T, T)
where T: Integer,
Expand description

Complete re-export of num-integer for SciRS2 ecosystem Simultaneous floored integer division and modulus