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(f, g(x))
applies the map f
to the coefficients of the Taylor series g(x)
.