/* * call-seq: * dtable.safe_log10(cutoff=1e-99) -> a_dtable * * Returns a copy of _dtable_ with each entry x replaced by log10(max(x,_cutoff_)). * */ VALUE dtable_safe_log10(int argc, VALUE *argv, VALUE self) {