macro_rules! formula { ($format:literal) => { ... }; ($format:literal , $($arg:tt)*) => { ... }; }
Simple macro for formula.