Theory of univariate polynomials #
The main def is Polynomial.binomExpansion
.
A polynomial f
evaluated at x + y
can be expressed as
the evaluation of f
at x
, plus y
times the (polynomial) derivative of f
at x
,
plus some element k : R
times y^2
.