imag()
Returns the imaginary part.
static VALUE nucomp_imag(VALUE self) { get_dat1(self); return dat->imag; }