You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a piece of artwork with simplicity, I love this project.
In some cases, it's better to give the option to user of rounding options:
like:
t.is(format("#,##0.00", "123456.789"), "123,456.79");
t.is(format("#,##0.00", "123456.789", { rounding: 'floor'} ), "123,456.78");
The text was updated successfully, but these errors were encountered:
It's a piece of artwork with simplicity, I love this project.
In some cases, it's better to give the option to user of rounding options:
like:
t.is(format("#,##0.00", "123456.789"), "123,456.79");
t.is(format("#,##0.00", "123456.789", { rounding: 'floor'} ), "123,456.78");
The text was updated successfully, but these errors were encountered: