method

quot

v1_9_2_180 - Show latest stable - Class: Rational
quot(p1)
public

No documentation available.

static VALUE
nurat_quot(VALUE self, VALUE other)
{
    return f_truncate(f_div(self, other));
}