/* * call-seq: * dtable.round -> a_dtable * * Returns of copy of _dtable_ with each entry x replaced by round(x). * (Numbers midway between integers round away from zero.) */ VALUE dtable_round(VALUE ary) {