/* * call-seq: * dtable.safe_sqrt -> a_dtable * * Returns a copy of _dtable_ with each entry x replaced by sqrt(max(x,0)). * */ VALUE dtable_safe_sqrt(VALUE ary) {