macro_rules! ROUND_DOWN {
    ($n:expr,$b:expr) => { ... };
}