mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
500 B
500 B
Function coth
Calculate the hyperbolic cotangent of a value
coth(x)
For matrices, the function is evaluated element wise.
Parameters
| Parameter | Type | Description |
|---|---|---|
x |
Number | Boolean | Complex | Unit | Array | Matrix |
Returns
| Type | Description |
|---|---|
| undefined |