static Complex complex(double re, double im) { ret Complex(re, im); } static Complex complex(double re) { ret Complex(re, 0.0); }