Calcute implements the hyperbolic tangent function with the tanh function.
tanh(1) 0.761594155956
It is defined in terms of the hyperbolic sine and hyperbolic cosine functions as tanh(x) = sinh(x) / cosh(x).