to_c()
Returns self.
Complex(2).to_c #=> (2+0i) Complex(-8, 6).to_c #=> (-8+6i)
static VALUE nucomp_to_c(VALUE self) { return self; }