* Calculate the inverse cosecant of a value. For matrices, the function * is evaluated element wise.
(
this: MathJsChain<T>
)
| 7139 | */ |
| 7140 | |
| 7141 | acsc<T extends number | BigNumber | Complex | MathCollection>( |
| 7142 | this: MathJsChain<T> |
| 7143 | ): MathJsChain<T> |
| 7144 |
no outgoing calls
no test coverage detected