Google search's new basic calculator
51–60 of 70 posts
Re: Google search's new basic calculator
#52Re: Google search's new basic calculator
#53Re: Google search's new basic calculator
#54Earlier quoted context omitted.
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.
500 + 1% typed right in calculator displays "500 + 1% = 500.01" in the calculator.
500 + 1% typed in the search box displays "500 + 1% = 505" in the calculator too.
It's probably due to the search result being returned by some server at Google while the other one is computed locally through some client-side JS logic. I think they'll notice and unify the behavior at some point.
Re: Google search's new basic calculator
#55Earlier quoted context omitted.
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.
Note that the iPad doesn't ship with a calculator app. (Equally annoying, Android doesn't have a simple stopwatch/timer built in.)
Re: Google search's new basic calculator
#56Earlier quoted context omitted.
Note that the iPad doesn't ship with a calculator app. (Equally annoying, Android doesn't have a simple stopwatch/timer built in.)
iPad also doesn't ship with stopwatch/timer/alarm like the iPhone does. The lack of these Apple apps is always sad to me.
Re: Google search's new basic calculator
#57Earlier quoted context omitted.
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.
Note that the iPad doesn't ship with a calculator app. (Equally annoying, Android doesn't have a simple stopwatch/timer built in.)
Re: Google search's new basic calculator
#58Earlier quoted context omitted.
I don't get it either. Maybe only US IPs?
It's working for me from the UK. I can't imagine why Google would want to geolocate this. Perhaps they've only partially rolled it out to some of their datacenters?
Re: Google search's new basic calculator
#59Interesting, works for:- http://www.google.com/search?q=9/10 But not:- http://www.google.com/search?q=9/11 Also seems like it could be much smaller, since it's following this increasing trend to devote less and less screen real-estate to search results.
Re: Google search's new basic calculator
#60Shameless 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.
Sorry, not ready for prime time