mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
28 lines
500 B
Markdown
28 lines
500 B
Markdown
# 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
|
|
|
|
|
|
|
|
|
|
<!-- Note: This file is automatically generated from source code comments. Changes made in this file will be overridden. -->
|