pub const fn floor_mul(x: usize, m: usize) -> usize
Biggest number that is both lower or equal to x and a multiple of m.
x
m