= private = protected
<=>(p1)
Returns zero if number equals other, otherwise returns nil.
static VALUE num_cmp(VALUE x, VALUE y) { if (x == y) return INT2FIX(0); return Qnil; }