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

Method bignumber

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

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

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

Source from the content-addressed store, hash-verified

4920 * BigNumber.
4921 */
4922 bignumber(
4923 this: MathJsChain<
4924 number | string | Fraction | BigNumber | bigint | Unit | boolean | null
4925 >

Callers 15

atan.test.jsFile · 0.65
sec.test.jsFile · 0.65
acsc.test.jsFile · 0.65
sin.test.jsFile · 0.65
acot.test.jsFile · 0.65
acos.test.jsFile · 0.65
asin.test.jsFile · 0.65
cos.test.jsFile · 0.65
csc.test.jsFile · 0.65
tan.test.jsFile · 0.65
cot.test.jsFile · 0.65
asec.test.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected