infinite?()
Returns nil, -1, or 1 depending on whether the value is finite, -Infinity, or +Infinity.
static VALUE num_infinite_p(VALUE num) { return Qnil; }