Tanh
The hyperbolic tangent function
fun tanh(radians)
Parameters
- radians: The angle of the function
Discussion
The argument of tanh
is assumed to be in radians. To use degrees or another unit, you can specify it with the value:
tanh(0)
tanh(1)
tanh(30 degrees)
0
0.76
0.48