macro_rules! ab_real { ($co_re:expr, $ab_re:expr) => { ... }; }
Macro for creating absurd numbers from real number components
let a = ab_real!(1.0, 2.0); // 1 + 2z (both parts are real)