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