/* * call-seq: * dtable.acosh! -> dtable * * Replace each entry x of _dtable_ with acosh(x). */ VALUE dtable_acosh_bang(VALUE ary) {