where?
I don't get it either. Maybe only US IPs?
Google search's new basic calculator
11–20 of 70 posts
Re: Google search's new basic calculator
#12Interesting how Microsoft and Google have different ideas of how percentage key (%) should work. Relevant post by Raymond Chen: “How does the [Windows] calculator percent key work?” http://blogs.msdn.com/b/oldnewthing/archive/2008/01/10/70474... Implementing % button, Google chose an approach which is more mathematically sensible but arguably less obvious to users. For Google, 10% just an alias for 0.1. This means th…
3 + 5% = 3 + 0.05 = 3.05
Re: Google search's new basic calculator
#13What a complete load of shit. You have to actually click the numbers, you can't use your computer's keyboard. Google, I am disappoint.
Re: Google search's new basic calculator
#14https://www.google.com/search?hl=en&q=calculator
(The link is setting the language to English for just that search.)
Re: Google search's new basic calculator
#15What a complete load of shit. You have to actually click the numbers, you can't use your computer's keyboard. Google, I am disappoint.
Re: Google search's new basic calculator
#16I'll stick with my 17 year old TI-92 though.
Re: Google search's new basic calculator
#17What a complete load of shit. You have to actually click the numbers, you can't use your computer's keyboard. Google, I am disappoint.
You can type your calculation as a google query and you'll get the result. This calculator is designed for people looking for a mouse- / touch-based UI.
But when on a non-touch device, even if you click on the calculator, focus remains on the search input, that seems like a massive UX failure to me.
Re: Google search's new basic calculator
#18Link that works for people with non-English Google: https://www.google.com/search?hl=en&q=calculator (The link is setting the language to English for just that search.)
Re: Google search's new basic calculator
#19Re: Google search's new basic calculator
#20Interesting how Microsoft and Google have different ideas of how percentage key (%) should work. Relevant post by Raymond Chen: “How does the [Windows] calculator percent key work?” http://blogs.msdn.com/b/oldnewthing/archive/2008/01/10/70474... Implementing % button, Google chose an approach which is more mathematically sensible but arguably less obvious to users. For Google, 10% just an alias for 0.1. This means th…
I just tested it and the percent key in the Google calculator doesn't work like the one described in the linked article. It really just divides by 100. 3 + 5% = 3 + 0.05 = 3.05
This article is about Windows calculator and I'm comparing two different approaches.
Google went with simple 10% = 0.1 here, like you say.