MCPcopy
hub / github.com/josdejong/mathjs / acsc

Method acsc

types/index.d.ts:7141–7141  ·  view source on GitHub ↗

* Calculate the inverse cosecant of a value. For matrices, the function * is evaluated element wise.

(
    this: MathJsChain<T>
  )

Source from the content-addressed store, hash-verified

7139 */
7140
7141 acsc<T extends number | BigNumber | Complex | MathCollection>(
7142 this: MathJsChain<T>
7143 ): MathJsChain<T>
7144

Callers 2

acsc.test.jsFile · 0.65
acsc.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected