-
-
Notifications
You must be signed in to change notification settings - Fork 30
Description
What Happened?
When performing an addition or subtraction operation with percentages, the program ignores that it is a percentage.
For example:
100 + 2% = 100.02 (the correct would be 102).
100 - 2% = 99.98 (correct would be 98)
This happens with any number you type.
Steps to Reproduce
- I opened the calculator from "Applications".
- I typed the numbers from the keyboard, including the symbols.
- I get the wrong result.
- I enter the values and symbols from the calculator program itself.
- I persist with the error.
Expected Behavior
Basically because it is expected to operate with percentages, but what it seems to perform is a decimal operation.
OS Version
6.x (Odin)
Software Version
Latest release (I have run all updates)
Log Output
No response
Hardware Info
No response
Dragonfir3
Metadata
Metadata
Assignees
Labels
No labels