calculator icon indicating copy to clipboard operation
calculator copied to clipboard

[BUG] Percentage is ignored in the calculation

Open wehagy opened this issue 1 year ago • 1 comments

Describe the bug Can't use percentage for calculation, because is ignored.

To Reproduce Steps to reproduce the behavior:

  • Percentage sum:

    1. Calculate 1000+10%
    2. Press =
    3. Result 1010
    4. Expected 1100
  • Percentage multiplication:

    1. Calculate 1000*10%
    2. Press =
    3. Result 10000
    4. Expected 100

Additional context Tested on Galaxy A54 and Galaxy S20 FE.

wehagy avatar Nov 27 '23 17:11 wehagy

@wehagy Apologies for the inconvenience, and thanks for bringing the bug to my attention; I'll fix it as soon as possible.

rajput-hemant avatar Nov 28 '23 10:11 rajput-hemant