/* * call-seq: * dtable.floor! -> dtable * * Replace each entry x of _dtable_ with the largest integer not greater than x. */ VALUE dtable_floor_bang(VALUE ary) {