Macro time::internal_macros::div_floor

source ·
macro_rules! div_floor {
    ($a:expr, $b:expr) => { ... };
}
Expand description

Division of integers, rounding the resulting value towards negative infinity.