Closed pjc0247 closed 2 years ago
another PR that also respect the includeComma option.
includeComma
(1234.99 should be rendered as 1,234.99. previous PR was 1,234,.99.)
1234.99
1,234.99
1,234,.99
Oh! As you said, that was common issue with floating point in JS. Thank you for your hard work!
This closes #9
another PR that also respect the
includeComma
option.(
1234.99
should be rendered as1,234.99
. previous PR was1,234,.99
.)