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

Method sqrt

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

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

(
    this: MathJsChain<T>
  )

Source from the content-addressed store, hash-verified

5739 */
5740
5741 sqrt<T extends number | BigNumber | Complex | MathCollection | Unit>(
5742 this: MathJsChain<T>
5743 ): MathJsChain<T>
5744

Callers 15

sec.test.jsFile · 0.65
csc.test.jsFile · 0.65
tan.test.jsFile · 0.65
std.test.jsFile · 0.65
sqrt.test.jsFile · 0.65
norm.test.jsFile · 0.65
dot.test.jsFile · 0.65
parse.test.jsFile · 0.65
testTypes.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected