jsmreese / moment-duration-format

Format function plugin for the Moment Duration object.
MIT License
968 stars 120 forks source link

Floating point rounding errors in IE11, Edge, and Windows Phone browsers #95

Closed jsmreese closed 6 years ago

jsmreese commented 6 years ago

IE11, Edge, and Windows Phone browsers exhibit the floating point rounding errors from #94 and #93 when using toLocaleString.

Those issues are not present on those browsers when using the fallback format function, which employs string-based rounding.