/* * call-seq: * dtable.safe_sqrt! -> dtable * * Replaces each entry x in _dtable_ by sqrt(max(x,0)). * */ VALUE dtable_safe_sqrt_bang(VALUE ary) {