Live data from Hacker News

Google search's new basic calculator

google.com

41–50 of 70 posts

Re: Google search's new basic calculator

#43

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 don't get it, if i try 500 + 1% on Google i get 505 http://sadpanda.us/images/1112074-RA9OURZ.png

Re: Google search's new basic calculator

#44
post #43

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 don't get it, if i try 500 + 1% on Google i get 505 http://sadpanda.us/images/1112074-RA9OURZ.png

You get a different result if you click the buttons versus performing a google search.

Re: Google search's new basic calculator

#45
Shameless plug:

I would like you to check out the calculator I built:

http://herocalc.com

It's pure Javascript, has a full parser/tree-builder to process equations, allows you to define functions and variables, and is very fast.

It also installs a search handler so you can do calculations from your search bar.

Re: Google search's new basic calculator

#46

Earlier quoted context omitted.

My guess is 9/11 was if-ed out; if someone types that into a query, one most likely wants to see results related to WTC attack.

They could have generalized that based on result CTR.

Not sure what a result CTR is - can you explain (click through rate?)

Re: Google search's new basic calculator

#47

Link 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.)

thanks, I tried to double check that the url would work for everyone but did not think about the automatic redirect to local the local google

Re: Google search's new basic calculator

#48

Also cool: In Chrome, type "0xff in decimal" in the address bar. "=255" appears as one of the suggested searches.

This happens for basic calculation really, for which Google spits out an answer. And since it's a feature of Google Suggest, it also works in Firefox.

Re: Google search's new basic calculator

#49
post #46

Earlier quoted context omitted.

They could have generalized that based on result CTR.

Not sure what a result CTR is - can you explain (click through rate?)

Yes, click-through rate. If an unusually large percentage of users click on a result instead of engaging with the calculator then the calculator probably shouldn't be there.

Re: Google search's new basic calculator

#50
post #43

Earlier quoted context omitted.

I don't get it, if i try 500 + 1% on Google i get 505 http://sadpanda.us/images/1112074-RA9OURZ.png

You get a different result if you click the buttons versus performing a google search.

which I think it is exactly how I would expect it to work: If I ask a question, I expect the system to guess what I really want to know and give me an answer.

But a calculator should work like a calculator.

Post reply on HN