Details
-
New Feature
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.0
-
None
-
None
-
All
Description
Create a method shift to transform a polynomial P(k) in P(k + a) where a is any double value.
The polynomial sum(ai * k^i) turns into sum(ai * (k+a)^i)