Tanh
- 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Tanh
- Updated on 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Article Summary
Calculates the hyberbolic tangent of the given number.
Function signature
TANH(number: Number) => Number
Parameter | Description |
---|---|
Number | Angle in radians to calculate tangent for |
Examples
Formula | Return value |
---|---|
TANH(1) | 0.761594156 |
TANH(-1) | -0.761594156 |
TANH(4) | 0.9993293 |
TANH(PI() / 4) | 0.6557942 |
Was this article helpful?