UnivariateTaylorSeriesFunctions2(Coef1, Coef2, UTS1, UTS2)ΒΆ

taylor.spad line 406 [edit on github]

Mapping package for univariate Taylor series. This package allows one to apply a function to the coefficients of a univariate Taylor series.

map: (Coef1 -> Coef2, UTS1) -> UTS2

map(f, g(x)) applies the map f to the coefficients of the Taylor series g(x).