Bug 158652 - Krunner calculator ^ problems
Summary: Krunner calculator ^ problems
Status: RESOLVED FIXED
Alias: None
Product: krunner
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-02 00:40 UTC by Ivo Anjo
Modified: 2008-04-03 19:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivo Anjo 2008-03-02 00:40:29 UTC
Version:            (using KDE 4.0.1)
Installed from:    SuSE RPMs
OS:                Linux

Currently, the operator ^ on krunner xor's numbers, instead of raising one to the power of the second. This maybe useful for programmers and other technical minded people, but normal/most people expect =2^4 to be 16, not 6.

Another related problem is that when typing ^ followed by a number, for example =2^4 it's written as =2⁴ (unless you press space before typing the number), and krunner doesn't recognize this at all.
Comment 1 Jordi Polo 2008-04-03 19:30:31 UTC
Solved in KDE trunk. 
^ now equals to pow.
and or xor for binary operations. 
Thanks for the suggestion