Type Function Library math.* Return value Number Revision Current Public Release (2018.3326) Keywords tanh, hyperbolic tangent See also math.sinh()
math.cosh()
Returns the hyperbolic tangent of x
.
print ( math.tanh ( math.log (2) ) ) ---> 0.6 |