macro_rules! complex { ($real:expr, $imag:expr) => { ... }; }
Creates new complex number where real = first argument and imag = second argument.
real
imag