/* * call-seq: * dtable.safe_acos -> a_dtable * * Returns a copy of _dtable_ with each entry x replaced by acos(max(-1,min(1,x))). * */ VALUE dtable_safe_acos(VALUE ary) {