macro_rules! div_floor {
($a:expr, $b:expr) => { ... };
}
Expand description
Division of integers, rounding the resulting value towards negative infinity.
macro_rules! div_floor {
($a:expr, $b:expr) => { ... };
}
Division of integers, rounding the resulting value towards negative infinity.