mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
498 B
498 B
Function tanh
Calculate the hyperbolic tangent of a value
tanh(x)
For matrices, the function is evaluated element wise.
Parameters
| Parameter | Type | Description |
|---|---|---|
x |
Number | Boolean | Complex | Unit | Array | Matrix |
Returns
| Type | Description |
|---|---|
| undefined |