i()
Returns the corresponding imaginary number. Not available for complex numbers.
static VALUE num_imaginary(VALUE num) { return rb_complex_new(INT2FIX(0), num); }