/* * call-seq: * dtable.log! -> dtable * * Replace each entry x of _dtable_ with log(x). */ VALUE dtable_log_bang(VALUE ary) {