/* * call-seq: * dtable.tanh -> a_dtable * * Returns of copy of _dtable_ with entry x replaced by tanh(x). */ VALUE dtable_tanh(VALUE ary) {