polyHorner {combi}R Documentation

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

Description

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

Usage

polyHorner(coefs, x)

Arguments

coefs

the polynomial coefficients

x

the input values for the polynomial function

Value

the evaluated polynomial


[Package combi version 1.4.0 Index]