tanh
tanh(x)
Compute the hyperbolic tangent of x in radians.
Try it yourself:
$1 | tanh(0.5)
| |
$2 | sinh(0.5) / cosh(0.5)
|
Compute the hyperbolic tangent of x in radians.
Try it yourself:
$1 | tanh(0.5)
| |
$2 | sinh(0.5) / cosh(0.5)
|