@williaminfante/ko-conversion
v1.2.1
Published
A list of utilities for converting amounts preventing rounding errors with javascript floats. This uses the `big.js` library.
Downloads
2
Readme
Conversion
A list of utilities for converting amounts preventing rounding errors with javascript floats. This uses the big.js
library.
Table of Contents
Background
A list of utilities for converting amounts preventing rounding errors with javascript floats. This uses the big.js
library. Examples include converting from cents to dollars, converting from dollars to cents, and using convert cents to dollars in string format.
Usage
This requires the big.js
library.
Contributing
Please don't hesitate to raise an issue or submit a PR to improve this project. Thanks!