https://bugs.kde.org/show_bug.cgi?id=454835

Timothy Pederick <peder...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |peder...@gmail.com

--- Comment #1 from Timothy Pederick <peder...@gmail.com> ---
Most likely related, entering a square root as an intermediate step produces
incorrect history.

Steps to reproduce:
1. Ensure History is open
2. Enter "2 × 2 Shift √ =" using the on-screen buttons (physical keys also work
for 2, ×, and =, but I don't know if there are shortcuts for the square root)

Observed result:
History adds these two lines, the first after the square root and the second
after the equals. Both lines are mathematically incorrect, and they do not
accurately reflect user entry.
> 1.41421356237 = 2.82842712475
> 2 ×  √ 2 = 1.41421356237

Expected result:
History should show correct figures, either one for the whole process such as:
> 2 ×  √ 2 = 2.82842712475

...or two separate ones like so:
> 2 × 1.41421356237 = 2.82842712475
> √ 2 = 1.41421356237

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to