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

accounting.toFixed(36.855) is 36.85 not 36.86 #189

Closed miyaZz closed 6 years ago

miyaZz commented 6 years ago

2017-12-13 3 29 02

brianbaso commented 6 years ago

This issue was fixed in accounting.js but not accounting.min.js. Until the minimized file is fixed, you can use accounting.js to avoid this error.

miyaZz commented 6 years ago

ok thx