https://bugs.kde.org/show_bug.cgi?id=522216
Bug ID: 522216
Summary: Precedences for exponents should be a^b^c = a^(b^c)
Classification: Applications
Product: kcalc
Version First 26.04.2
Reported In:
Platform: Fedora RPMs
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
DESCRIPTION
I expect a^b^c = a^(b^c)
Kcalc instead makes a^b^c = (a^b)^c
STEPS TO REPRODUCE
Enter 2^2^3
OBSERVED RESULT
64
EXPECTED RESULT
256
--
You are receiving this mail because:
You are watching all bug changes.