tanh() Table of Contents Definition Examples Further Reading Definition tanh() returns the hyperbolic tangent of a given numerical value in radians. Examples The following example calculates the hyperbolic tangent for each row number. | makeresults count=5 | eval row=1 | accum row | eval tanh=tanh(row) Further Reading makeresults eval accum tan() trim()