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