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

Method den

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

* Get the denominator of a fraction. For a fraction a/b, the function * returns b. For matrices, the function is evaluated element wise.

(
    this: MathJsChain<number | BigNumber | bigint | Fraction>
  )

Source from the content-addressed store, hash-verified

5981 * returns b. For matrices, the function is evaluated element wise.
5982 */
5983 den(
5984 this: MathJsChain<number | BigNumber | bigint | Fraction>
5985 ): MathJsChain<bigint>
5986 den(

Callers 2

den.test.jsFile · 0.65
testTypes.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected