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