* 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
>
)
| 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 | > |
no outgoing calls
no test coverage detected