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

Method cot

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

* Calculate the cotangent of a value. cot(x) is defined as 1 / tan(x). * For matrices, the function is evaluated element wise.

(
    this: MathJsChain<T>
  )

Source from the content-addressed store, hash-verified

7245 */
7246
7247 cot<T extends number | BigNumber | Complex | MathCollection>(
7248 this: MathJsChain<T>
7249 ): MathJsChain<T>
7250

Callers 2

cot.test.jsFile · 0.65
cot.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected