ab_real

Macro ab_real 

Source
macro_rules! ab_real {
    ($co_re:expr, $ab_re:expr) => { ... };
}
Expand description

Macro for creating absurd numbers from real number components

ยงExamples

let a = ab_real!(1.0, 2.0);  // 1 + 2z (both parts are real)