Skip to content

Skip one redundant multiplication in the implementation of Horner's method - #344

Merged
JSorngard merged 8 commits into
mainfrom
JSorngard-patch-1
Sep 18, 2026
Merged

JSorngard merged 8 commits into
mainfrom
JSorngard-patch-1

Conversation

@JSorngard

@JSorngard JSorngard commented Sep 18, 2026 •

Copy link
Copy Markdown
Owner

If we start with the accumulator set to the highest degree coefficient the first multiplication is not just a multiplication with 0.

@codecov

codecov Bot commented Sep 18, 2026 •

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (8e45071) to head (b717760).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #344   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines         1506      1509    +3     
=========================================
+ Hits          1506      1509    +3     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@JSorngard JSorngard added the enhancement New feature or request label Sep 18, 2026
@JSorngard

Copy link
Copy Markdown
Owner Author

Also bump the patch version to 2.0.5.

@JSorngard
JSorngard merged commit aa28ea3 into main Sep 18, 2026
29 checks passed
@JSorngard
JSorngard deleted the JSorngard-patch-1 branch September 18, 2026 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant