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

Method csc

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

* Calculate the cosecant of a value, defined as csc(x) = 1/sin(x). For * matrices, the function is evaluated element wise.

(
    this: MathJsChain<T>
  )

Source from the content-addressed store, hash-verified

7263 */
7264
7265 csc<T extends number | BigNumber | Complex | MathCollection>(
7266 this: MathJsChain<T>
7267 ): MathJsChain<T>
7268

Callers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected