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
if (formatterSettings.trimTrailingZeros) {
// Make sure there is a decimal value
if (/^\d+\.\d+$/.test(output)) {
output = output.replace(/0+$/, '');
}
.............
Qalc 0.1.8
(I love this extension)
Using these settings:
The negative numbers ignore the option trimTrailingZeros:
Thank's for your job!
The text was updated successfully, but these errors were encountered: