hi, suppose
integers:=[`$`(-10..10)]; selectremove(`<`,integers,0);
so this separates +ve and -ve. But, if the range of values are complex, how do we separate them based on the +ve and -ve of the real part of the complex number? i.e I want to separate all a +- bi from all -a +- bi.
thanks