real()
Returns the real part.
static VALUE nucomp_real(VALUE self) { get_dat1(self); return dat->real; }