method

ceil

v1_9_1_378 - Show latest stable - Class: Rational
ceil()
public

No documentation available.

static VALUE
nurat_ceil(VALUE self)
{
    get_dat1(self);
    return f_negate(f_idiv(f_negate(dat->num), dat->den));
}