/* * call-seq: * dtable.safe_log10!(cutoff) -> dtable * * Replaces each entry x in _dtable_ by log10(max(x,_cutoff_)). * */ VALUE dtable_safe_log10_bang(int argc, VALUE *argv, VALUE self) {