TANH
Calculates the hyperbolic tangent of the specified angle, in radians.
Syntax
=TANH(angle)
Arguments
Argument | Type | Description |
---|---|---|
angle | Number | The angle in radians |
Examples
=TANH(1)
→0
Calculates the hyperbolic tangent of 1
=TANH(0)
→0.7615941559557649
Calculates the hyperbolic tangent of 0
=TANH(@"Property 1")
→0.8425793256589296
Calculates the hyperbolic tangent of the shape data property @"Property 1" (1.23)
Updated 9 months ago