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