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

Method cos

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

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

(
    this: MathJsChain<T>
  )

Source from the content-addressed store, hash-verified

7226 */
7227
7228 cos<T extends number | BigNumber | Complex | MathCollection>(
7229 this: MathJsChain<T>
7230 ): MathJsChain<T>
7231

Callers 12

cos.test.jsFile · 0.65
rotate.test.jsFile · 0.65
testTypes.tsFile · 0.65
sec.jsFile · 0.65
cos.jsFile · 0.65
_freqzFunction · 0.65
expm1.jsFile · 0.65
Sij1Function · 0.65
x1Function · 0.65
cosNumberFunction · 0.65
secNumberFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected