Searched defs:div_floor (Results 1 – 1 of 1) sorted by relevance
54 fn div_floor(&self, other: &Self) -> Self; in div_floor() method369 pub fn div_floor<T: Integer>(x: T, y: T) -> T { in div_floor() function