method
fdiv
v1_9_1_378 -
Show latest stable
- Class:
Rational
fdiv(p1)public
No documentation available.
static VALUE
nurat_fdiv(VALUE self, VALUE other)
{
return f_div(f_to_f(self), other);
} fdiv(p1)No documentation available.
static VALUE
nurat_fdiv(VALUE self, VALUE other)
{
return f_div(f_to_f(self), other);
}