-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi there,
I have a suggestion to enhance the user experience in the budget app. It would be great if all numerical values displayed in the app could be rounded to 2 decimal points. This change would help in maintaining consistency and readability.
Additionally, it would be beneficial to have an option in the settings to allow users to toggle this rounding feature on or off, based on their preference.
If you’d like to get geeky about it, here’s how banks actually do their rounding:
Bankers Rounding: This algorithm is similar to arithmetic rounding, but it is used mainly in financial systems. It rounds a number to the nearest whole number, with numbers exactly halfway between two whole numbers rounded to the nearest even number. It's also known as round to nearest even. Source