Skip to content

[Bug] Implicit multiplication after closing parenthesis causes preceding operand to be dropped from computation #2451

Description

@Jornexe

Describe the bug

900+(25)2=50
900+(25)*2=950
if you omit typing the * it ignores the addition.
it is visually the same in the calculator but the result is different.

Steps To Reproduce

  1. Go to Scientific mode
  2. make an equation omitting the use of * in a calculation with parentheses like 900+(25)2
  3. Press = button
  4. Wrong result

Expected behavior
give same result as 900+(25)*2=950

Screenshots

Image Image

Device and Application Information

  • OS Build: 10 0 26200 0
  • Architecture: x64
  • Application Version: 11.2508.4.0
  • Region: en-US
  • Dev Version Installed: False

Requested Assignment

I'm just reporting this problem. I don't want to fix it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions