openexchangerates / accounting.js

A lightweight JavaScript library for number, money and currency formatting - fully localisable, zero dependencies.
http://openexchangerates.github.io/accounting.js
MIT License
4.95k stars 528 forks source link

release updated npm module so rounding error is fixed #196

Open asarver opened 6 years ago

asarver commented 6 years ago

npm only has 0.4.1, which does not include the rounding fix (.855 -> .86).

zdanowiczkonrad commented 5 years ago

Looks like this project is unmaintained... Feel free to use my lightweight alternative that I developed for my own purpose, that handles the rounding issues depending on the precision you want - number-currency-format. Any comments welcomed!