/* * call-seq: * dtable.floor -> a_dtable * * Returns of copy of _dtable_ with each entry x replaced by largest integer not greater than x. */ VALUE dtable_floor(VALUE ary) {