Content deleted Content added
m Caleb Stanford moved page Draft:Knuth–Eve algorithm to Knuth–Eve algorithm: Publishing accepted Articles for creation submission |
Cleaning up accepted Articles for creation submission |
||
Line 1:
{{Short description|Algorithm for evaluating polynomials}}
In [[computer science]], the '''Knuth–Eve algorithm''' is an [[algorithm]] for [[polynomial evaluation]]. It [[Polynomial evaluation#Evaluation with preprocessing|preprocesses]] the coefficients of the polynomial to reduce the number of multiplications required at [[Execution (computing)#Runtime|runtime]].
Line 141 ⟶ 125:
<ref name="muller2016">{{cite book |last1=Muller |first1=Jean-Michel |title=Elementary functions: Algorithms and implementation |date=17 November 2016 |publisher=Birkhäuser Boston |___location=Boston, MA |isbn=978-1-4899-7983-4 |doi=10.1007/978-1-4899-7983-4_5 |pages=82–84 |url=https://link.springer.com/chapter/10.1007/978-1-4899-7983-4_5 |access-date=25 July 2025}}</ref>
}}
[[Category:Algorithms]]
[[Category:Polynomials]]
[[Category:Algorithms and data structures]]
|