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