fdiv(p1)
Returns float / numeric.
static VALUE flo_quo(VALUE x, VALUE y) { return rb_funcall(x, '/', 1, y); }