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

Method atan

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

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

(
    this: MathJsChain<T>
  )

Source from the content-addressed store, hash-verified

7196 */
7197
7198 atan<T extends number | BigNumber | Complex | MathCollection>(
7199 this: MathJsChain<T>
7200 ): MathJsChain<T>
7201

Callers 6

atan.test.jsFile · 0.65
acot.jsFile · 0.65
atan.jsFile · 0.65
getThetaFunction · 0.65
acotNumberFunction · 0.65
atanNumberFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected