Macro mathru::Complex

source ·
macro_rules! Complex {
    ($r:expr, $i:expr) => { ... };
}