horner
polynomial,
an R library which
evaluates a polynomial using Horner's method.
Licensing:
Copyright 2016 James P. Howard, II
The computer code and data files on this web page are distributed under
the BSD-2-Clause license.
Languages:
horner is available in
an R version.
Related Data and Programs:
polynomial_test
Author:
Original R code by James Howard;
Modifications by John Burkardt.
Reference:
-
James Howard,
Computational Methods for Numerical Analysis with R,
CRC Press, 2017,
ISBN13: 978-1-4987-2363-3.
-
https://CRAN.R-project.org/package=cmna
Source Code:
-
horner.R,
evaluates a polynomial using Horner's method.
Last revised on 23 February 2020.