quot(p1)
No documentation available.
static VALUE nurat_quot(VALUE self, VALUE other) { return f_truncate(f_div(self, other)); }