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

Method sin

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

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

(
    this: MathJsChain<T>
  )

Source from the content-addressed store, hash-verified

7299 */
7300
7301 sin<T extends number | BigNumber | Complex | MathCollection>(
7302 this: MathJsChain<T>
7303 ): MathJsChain<T>
7304

Callers 15

sin.test.jsFile · 0.65
asin.test.jsFile · 0.65
rotate.test.jsFile · 0.65
parse.test.jsFile · 0.65
testTypes.tsFile · 0.65
sin.jsFile · 0.65
csc.jsFile · 0.65
_freqzFunction · 0.65
gammaComplexFunction · 0.65
lgammaComplexFunction · 0.65
expm1.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected