Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
人々、このlisp関数で私を助けてください。多項式係数のリストがあります。この関数は、多項式の値を計算する必要があります。
Pol (x list)
例(Pol 2 '(3 5 2))=> 17
(Pol 2 '(3 5 2))
ホーナーの方法を使用する必要があります。