polyHorner: Horner's method to evaluate a polynomial, copied from the...

Description Usage Arguments Value

View source: R/polyHorner.R

Description

Horner's method to evaluate a polynomial, copied from the polynom package. the most efficient way

Usage

1
polyHorner(coefs, x)

Arguments

coefs

the polynomial coefficients

x

the input values for the polynomial function

Value

the evaluated polynomial


combi documentation built on Nov. 8, 2020, 5:34 p.m.

Related to polyHorner in combi...