28 lines
499 B
Markdown

# Function csch
Calculate the hyperbolic cosecant of a value
csch(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. -->