QEtaLaurentSeriesFunctions2(C1, C2)ΒΆ
qetatool.spad line 167 [edit on github]
C1: CommutativeRing
C2: CommutativeRing
QEtaLaurentSeriesFunctions2
maps coefficients of the series.
- map: (C1 -> C2, QEtaLaurentSeries C1) -> QEtaLaurentSeries C2
map(f, g(x))
applies the mapf
to the coefficients of the seriesg(x)
.