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

View source: R/polyHorner.R

polyHornerR 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


CenterForStatistics-UGent/combi documentation built on Aug. 22, 2023, 11:02 p.m.