* 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
>
)
| 4920 | * BigNumber. |
| 4921 | */ |
| 4922 | bignumber( |
| 4923 | this: MathJsChain< |
| 4924 | number | string | Fraction | BigNumber | bigint | Unit | boolean | null |
| 4925 | > |
no outgoing calls
no test coverage detected