[Bug 268934] Re: Calculator does not compute percentages correctly

2009-02-24 Thread RockClimb
While this may be the intended behavior, it is incorrect. I have two different models of TI calculators here that give the correct answer. This should be placed back on the bug list if it has been removed. The application's answers should match standard pocket calculators. -- Calculator does not

[Bug 268934] Re: Calculator does not compute percentages correctly

2009-01-19 Thread ox
I agree with jonmyrlebailey. Why does the intended behavior contradict a commonly accepted standard and (what should be) common sense? -- Calculator does not compute percentages correctly https://bugs.launchpad.net/bugs/268934 You received this bug notification because you are a member of

[Bug 268934] Re: Calculator does not compute percentages correctly

2008-09-11 Thread Jonathan Ben-Joseph
jonmyrlebailey, I have confirmed this bug to be valid. Thank you for the bug report. ** Changed in: gcalctool (Ubuntu) Status: New = Confirmed -- Calculator does not compute percentages correctly https://bugs.launchpad.net/bugs/268934 You received this bug notification because you are a

[Bug 268934] Re: Calculator does not compute percentages correctly

2008-09-11 Thread Michael McKinley
Based on the calculator documentation, I think this is the intended behavior. The percentage operator divides the value by 100, it's not a unit. For example, the operation 100 * 50% should return 50 (as it does), not 5000%. ** Changed in: gcalctool (Ubuntu) Status: Confirmed = Invalid

[Bug 268934] Re: Calculator does not compute percentages correctly

2008-09-11 Thread jonmyrlebailey
so what the calculator is doing is converting the percent value entry to a decimal equivalent then operating with it for example, 50% =0.50 in decimal form 100-50%(0.50)=99.5 most other calculators take a percentage of an initial inputed number then work with it in the arithmetical expression:

[Bug 268934] Re: Calculator does not compute percentages correctly

2008-09-11 Thread jonmyrlebailey
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/17532632/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/17532633/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/17532634/ProcStatus.txt -- Calculator