calculator icon indicating copy to clipboard operation
calculator copied to clipboard

Compute result after user input instead computing result while typing

Open moracabanas opened this issue 4 years ago • 2 comments

Problem Statement When I use my physical calculator I can type 0,9 * log ( 0.8 ) And it displays 0.9 * log(0.8) so I can fix any typo and run = for get results

But, doing so it runs log at the time you type it so it ruins your formula understanding and you must rethinking its typing hierarchy

i.e running this example -> 0,9 * log ( 0.8 ) = Expected behaviour about:

image

Actual behabiour:

Image from Gyazo

Proposal

As you can se If you want the expected behabiour you must compute log(0,8) while typing as: 0.9 * ( 0.8 log ) so, this changes the way formula is represented and its behaviour is so counter intuitive it turns out to be unusable.

In my honest opinion you could disable this behaviour or enable "after type" computation so it lets you write a formula and compute result only when you hit =

If possible, I would like to implement this. I'm just suggesting this idea. I don't want to implement it.

moracabanas avatar Nov 01 '21 15:11 moracabanas

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

MicrosoftIssueBot avatar Nov 01 '21 15:11 MicrosoftIssueBot

I would like to try to implement this.

seancruise-1 avatar Jan 21 '22 21:01 seancruise-1