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