User:Klever: Difference between revisions

Content added Content deleted
Line 18: Line 18:
==[[Horner's rule for polynomial evaluation]]==
==[[Horner's rule for polynomial evaluation]]==


Note: this function Horner gets its coefficients in a ParamArray which has no specified length. You must specify x first, then the arguments.
Note: this function Horner gets its coefficients in a ParamArray which has no specified length. This array collect all arguments after the first one. This means you must specify x first, then the coefficients.


<lang>
<lang>