On 28 April 2011 22:19, Jean Christophe André <[email protected]> wrote: > Le Thu, Apr 28, 2011 at 10:08:34PM +0700, Phuong Vo a écrit : > How do you make it answer 1 except when adding parenthesis? > > I've just tried these: > * 6÷2×(1+2) => 9 > * 6÷2(1+2) => 9 > * 6÷(2(1+2)) => 1 > * 6÷(2×(1+2)) => 1 > > But I'm using gcalctool 6.0.1 (from Natty)… > May be it has been corrected since then?
Using this: 6÷2 (1+2) (yes, there is no multiply symbol) _______________________________________________ POST RULES : http://wiki.hanoilug.org/hanoilug:mailing_list_guidelines _______________________________________________ HanoiLUG mailing lists: http://lists.hanoilug.org/ HanoiLUG wiki: http://wiki.hanoilug.org/ HanoiLUG blog: http://blog.hanoilug.org/
