mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
558 B
558 B
Function bignumber
Create a big number, which can store numbers with higher precision than a JavaScript Number. When value is a matrix, all elements will be converted to bignumber.
Parameters
| Parameter | Type | Description |
|---|---|---|
value |
Number | String | Array | Matrix | Value for the big number, 0 by default. |
Returns
| Type | Description |
|---|---|
| undefined |