What can I use as a decimal type in JavaScript? It\'s not supported (0.1 + 0.2 !== 0.3), and I need it for representing exact values in a banking/financial appl
0.1 + 0.2 !== 0.3
It seems the following library implements decimal in js (node and browser): https://npmjs.org/package/jsdecimal