An arbitrary-precision Decimal type for JavaScript. The library is similar to bignumber.js, but here precision is specified in terms of significant digits rather than decimal places, and all ...
To use this library in a browser environment you will need to use a bundler like vite or webpack to convert it to a web bunble and expose the Decimal object. The number of digits of value is not ...