rect()
Returns an array; [cmp.real, cmp.imag].
static VALUE nucomp_rect(VALUE self) { get_dat1(self); return rb_assoc_new(dat->real, dat->imag); }