6 ms·
This will work!! parseFloat((0.2 * 0.1).toFixed(10))
by uberneo 7y ago
This will work!!
parseFloat((0.2 * 0.1).toFixed(10))
- treve 7y agoThe issue is more obvious when rounding something like 0.5, which, due to lack of precision can become either 0 or 1. Shameless plug: use https://www.npmjs.com/package/bigint-money https://www.npmjs.com/package/bigint-money