[kalgebra] [Bug 418597] Incorrect plot on function (x-0.7)^2+3*(x-0.7)

2020-03-08 Thread MatFi
https://bugs.kde.org/show_bug.cgi?id=418597

MatFi  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||k...@endof.de

--- Comment #1 from MatFi  ---
Observed something similar. Seems to be a problem with the parser:
Your equation 
(x-0.7)^2+3*(x-0.7) 
evaluates to 
(x-0.7)^2+x+0.7
when typed in the calculator. 
Actually KAlgebra seems to ignore any factor before and after a bract
containing a variable:
1+43*(x+1)
=x+2

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

[kalgebra] [Bug 418597] Incorrect plot on function (x-0.7)^2+3*(x-0.7)

2020-03-16 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=418597

Aleix Pol  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/ana
   ||litza/b6d775bbe32aabed2631d
   ||124c419313a70bfd1a2
 Resolution|--- |FIXED

--- Comment #2 from Aleix Pol  ---
Git commit b6d775bbe32aabed2631d124c419313a70bfd1a2 by Aleix Pol.
Committed on 16/03/2020 at 18:48.
Pushed by apol into branch 'master'.

Don't try to optimize out certain polynomials

M  +1-1analitza/polynomial.cpp
M  +1-1analitza/polynomial.h
M  +1-0analitza/tests/analitzatest.cpp

https://commits.kde.org/analitza/b6d775bbe32aabed2631d124c419313a70bfd1a2

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

[kalgebra] [Bug 418597] Incorrect plot on function (x-0.7)^2+3*(x-0.7)

2020-03-16 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=418597

--- Comment #3 from Aleix Pol  ---
Problem fixed, thank you very much for reporting! :)

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