Add few functions to Complex Add efficient way of creating a Complex(1 i: 2) instead of (1 + 2 i)This will avoid useless coercion and arithmetic (sensible on huge collections)