# convert x to re(x) and im(x) ; complex2D(x_):= re(tocomplex(x)) and im(tocomplex(x)); complex2D(a_ and b_):= re(tocomplex(a)) and im(tocomplex(a)) and re(tocomplex(b)) and im(tocomplex(b));