real?()
Returns true if num is a Real number. (i.e. not Complex).
static VALUE num_real_p(VALUE num) { return Qtrue; }