/* * call-seq: * dtable.inv -> a_dtable * * Returns of copy of _dtable_ with each entry x replaced by 1/x. */ VALUE dtable_inv(VALUE ary) {