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

Method bigint

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

* Create a bigint, which can store integers with arbitrary precision. * When a matrix is provided, all elements will be converted to bigint.

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

Source from the content-addressed store, hash-verified

4931 * When a matrix is provided, all elements will be converted to bigint.
4932 */
4933 bigint(
4934 this: MathJsChain<
4935 number | string | Fraction | BigNumber | bigint | boolean | null
4936 >

Callers 3

typeof.test.jsFile · 0.65
Range.test.jsFile · 0.65
testTypes.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected