The function Ops.polynom
allows arithmetic operations on
polynom
objects: addition, subtraction, multiplication, division
(with remainder), remainder, raising to a non-negaive integer power. It
also allows exact equality and exact inequality tests.
Math.polynom
allows round
, signif
, floor
,
ceiling
and trunc
operations on a polynom
coefficient vector, returning a polynom
result.
Summary.polynom
and Summary.polylist
allow sum
and
prod
operations on polynom
arguments, specified either as
individual polynom
objects or in a single polylist
object.