jquery-format icon indicating copy to clipboard operation
jquery-format copied to clipboard

Issue on rounding

Open faelpires opened this issue 5 years ago • 0 comments

I'm having problems with rounding. Example:

$.format.number(247.94999, '#,###.0');

Expected: 248 Result: 247

faelpires avatar Nov 19 '18 19:11 faelpires