* Calculate the cosecant of a value, defined as csc(x) = 1/sin(x). For * matrices, the function is evaluated element wise.
(
this: MathJsChain<T>
)
| 7263 | */ |
| 7264 | |
| 7265 | csc<T extends number | BigNumber | Complex | MathCollection>( |
| 7266 | this: MathJsChain<T> |
| 7267 | ): MathJsChain<T> |
| 7268 |
no outgoing calls
no test coverage detected