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