method

quo

v1_9_1_378 - Show latest stable - Class: Float
quo(p1)
public

No documentation available.

static VALUE
flo_quo(VALUE x, VALUE y)
{
    return rb_funcall(x, '/', 1, y);
}