rb_complex_raw1  6186 bignum.c       	    return rb_funcall(rb_complex_raw1(x), rb_intern("**"), 1, y);
rb_complex_raw1  1132 numeric.c      	    return rb_funcall(rb_complex_raw1(x), idPow, 1, y);
rb_complex_raw1  3723 numeric.c      		return rb_funcall(rb_complex_raw1(x), idPow, 1, y);