Live data from Hacker News

Google search's new basic calculator

google.com

11–20 of 70 posts

Re: Google search's new basic calculator

#12

Interesting 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

Re: Google search's new basic calculator

#15

What 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.

Re: Google search's new basic calculator

#17
post #15

What 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.

I'll admit that as I'm using my laptop touch devices didn't occur to me, just tried it on my phone and actually it works really well with touch.

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

#20
post #12

Interesting 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

Sorry, I just reworded my comment to make it more clear.

This article is about Windows calculator and I'm comparing two different approaches.

Google went with simple 10% = 0.1 here, like you say.

Post reply on HN