method
floor

floor()
public
Hide source
static VALUE nurat_floor(VALUE self) { get_dat1(self); return f_idiv(dat->num, dat->den); }