finite?()
Returns true if num is a finite number, otherwise returns false.
static VALUE num_finite_p(VALUE num) { return Qtrue; }