method

quot

v2_2_9 - 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));
}