UnivariatePuiseuxSeriesFunctions2(Coef1, Coef2, var1, var2, cen1, cen2)ΒΆ
puiseux.spad line 568 [edit on github]
Mapping package for univariate Puiseux series. This package allows one to apply a function to the coefficients of a univariate Puiseux series.
- map: (Coef1 -> Coef2, UnivariatePuiseuxSeries(Coef1, var1, cen1)) -> UnivariatePuiseuxSeries(Coef2, var2, cen2)
map(f, g(x))
applies the mapf
to the coefficients of the Puiseux seriesg(x)
.