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

Method square

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

* Compute the square of a value, x * x. For matrices, the function is * evaluated element wise.

(this: MathJsChain<T>)

Source from the content-addressed store, hash-verified

5748 */
5749
5750 square<T extends MathType>(this: MathJsChain<T>): MathJsChain<T>
5751
5752 /**
5753 * Subtract two values, x - y. For matrices, the function is evaluated

Callers 2

testTypes.tsFile · 0.65
chaining.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected