Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for symbolic results for fractions #1350

Closed
ghost opened this issue Aug 14, 2020 · 5 comments
Closed

Add support for symbolic results for fractions #1350

ghost opened this issue Aug 14, 2020 · 5 comments
Labels
duplicate Issue identified as a duplicate of another issue(s) Enhancement

Comments

@ghost
Copy link

ghost commented Aug 14, 2020

Problem Statement
The calculator displays results for division only in terms of decimals. Sometimes it is very confusing for us to comprehend those decimal outputs when we are looking for a quick answer. For example: suppose one has to divide 17 pastries among 6 children, the answer 2.83333333 seems to be quite confusing. If the calculator had also shown 2⅚, it would have been very clear that each child will receive two complete pastries and a ⅚th part of the pastry. (Sorry if the example was very bad, but I am sure you would have understood the underlying problem). This is definitely a problem for students of the primary school as they are not able to understand the decimal outputs. Suppose a student has got 48/50, 45/50 and 47/50 in three subjects and he wants to calculate his average marks, then he will find this feature useful.

Evidence or User Insights
Many calculators already support symbolic results for fractions. Let's take the example of Google Calculator for Android:

Screenshot_2020-08-14-15-40-56-700_com google android calculator

Proposal
The Windows Calculator should also support showing symbolic results for fractions apart from the regular decimal output.

For example, the calculator should show 39/52 both as 0.75 and ¾

And for 21/4.
Similarly, 14*29/52 should be shown both as 7.80769230 and 7²¹/²⁶.

Goals
Calculator should support symbolic results for fractions and decimal operations.

Non-Goals

Low-Fidelity Concept
The calculator should show the symbolic form just below the decimal result in the Standard mode of the calculator. There may be a setting for controlling this behaviour in the Settings page when it is implemented. The output should be in rich text MathML.

Requested Assignment
I'm just suggesting this idea. I don't want to implement it.

@ghost ghost added the Enhancement label Aug 14, 2020
@MicrosoftIssueBot
Copy link
Collaborator

This is your friendly Microsoft Issue Bot. I've seen this issue come in and have gone to tell a human about it.

@ghost
Copy link
Author

ghost commented Aug 16, 2020

Similarly, 1/3 - 1/4 should result in 1/12 apart from 0.08333333.

@grochocki
Copy link
Contributor

Thanks for the idea! This looks like it is a duplicate of #170. I am going to close this so we can continue to conversation there. Let me know if I am mistaken and we can reopen this issue.

@grochocki grochocki added the duplicate Issue identified as a duplicate of another issue(s) label Aug 17, 2020
@ghost
Copy link
Author

ghost commented Aug 17, 2020

@grochocki All right. But #204 is more closely related to what I wanted.

But, I don't think there should be any button to switch between decimal and fractional modes as highlighted there. Even the buttons that we have currently such as that for switching scientific notation (F–E) is very confusing for the people. A lot of issues on GitHub revolve around this.

@grochocki
Copy link
Contributor

I don't think there should be any button to switch between decimal and fractional modes as highlighted there. Even the buttons that we have currently such as that for switching scientific notation (F–E) is very confusing for the people. A lot of issues on GitHub revolve around this.

This is exactly the kind of conversation we want to have in #204 to make sure that we land on the best UX for introducing fractions :)

@ghost ghost locked as resolved and limited conversation to collaborators Apr 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate Issue identified as a duplicate of another issue(s) Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants