polyHorner | R Documentation |
Horner's method to evaluate a polynomial, copied from the polynom package. the most efficient way
polyHorner(coefs, x)
coefs |
the polynomial coefficients |
x |
the input values for the polynomial function |
the evaluated polynomial
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.