Returns the hyperbolic tangent of the given number. NOTE: tanh(x) = sinh(x) / cosh(x) = (ex - e-x) / (ex + e-x)
Back