next up previous contents index
Next: integrate Up: UnivariatePolynomialCategory Previous: height   Contents   Index


Horner


\begin{usage}
Horner(p, a)
\end{usage}


Signature


\begin{params}
{\em p} & \% & A polynomial\\
{\em a} & R & A point\\\end{params}

\begin{retval}
Returns $(q, p(a))$\ such that $p = q (x - a) + p(a)$.
\end{retval}


Manuel Bronstein 2000-12-13