macro_rules! f_ab {
($e: expr) => { ... };
($e: expr, $f: expr) => { ... };
}Expand description
Convenience short-hand macro to create fractions.
macro_rules! f_ab {
($e: expr) => { ... };
($e: expr, $f: expr) => { ... };
}Convenience short-hand macro to create fractions.