-
Notifications
You must be signed in to change notification settings - Fork 5.7k
minus a negative number isn't interpreted correctly in scientific mode #294
Copy link
Copy link
Closed
Labels
Area: User ExperienceIssue primarily affects end user experience and are not covered by other areasIssue primarily affects end user experience and are not covered by other areasPri: 2fixed
Description
Describe the bug
Calculator computes sums such as (4 - -4) incorrectly in scientific mode [where I expect it to understand complex sums properly]
Steps To Reproduce
- Set scientific mode
- Type
(4 - -4)into notepad copy-paste it into calculator.
Expected behavior
Calculator shows that it parsed (4 - -4) as (4 + 4) or other equivalent e.g. (4 - (-4)), (4 - (0 - 4))` etc.
Actual behavior
Calculator shows that it parsed (4 - -4) as (4 - 4) which we all know is not mathematically the same!
Device and Application Information (please complete the following information):
- OS Build: 18342.8
- Architecture: x64
- Application Version: 10.1812.10048.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: User ExperienceIssue primarily affects end user experience and are not covered by other areasIssue primarily affects end user experience and are not covered by other areasPri: 2fixed