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