https://bugs.kde.org/show_bug.cgi?id=420671
--- Comment #3 from David Hurka <[email protected]> --- I did some more tests, and can say that x+ is usually not x+pi. It appears that binary operators at the end just affect the last evaluated expression, ignoring any precedence. Examples: x+ is x+a, where a appears to be the last evaluated expression of the previous function, or pi for the first function. x²+ and (x²) are x²+2 (x³)+ is x³+3 e²+ is e²+2 x³/ is x³/3 0²+ is 2 etc. -- You are receiving this mail because: You are watching all bug changes.
