method

div

v1_9_1_378 - Show latest stable - Class: Rational
div(p1)
public

No documentation available.

static VALUE
nurat_idiv(VALUE self, VALUE other)
{
    return f_floor(f_div(self, other));
}