Horner's rule

Posted BelFuture

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Horner's rule相关的知识,希望对你有一定的参考价值。

    A rule for polynomial computation which both reduces the number of necessary multiplications and results in less numerical instability due to potential subtraction of one large number from another. The rule simply factors out powers of x, giving

 技术分享

以上是关于Horner's rule的主要内容,如果未能解决你的问题,请参考以下文章

Intouch通过SRTP或MBTCP协议连接HORNER控制器

使用 Horner 方法进行多项式求值的 C++ constexpr

多项式求值 n维多项式 Horner解法

多项式求解(霍纳规则(Horner Rule))

A1-2017级算法上机第一次练习赛 D 水水的Horner Rule

多项式函数插值:多项式形式函数求值的Horner嵌套算法