StreamExponentialSeriesTranscendentalFunctions CoefΒΆ

expps.spad line 157 [edit on github]

StreamExponentialSeriesTranscendentalFunctions implements exp and log of exponential power series, where a power series is represented by a stream of its coefficients.

exp: Stream Coef -> Stream Coef

log: Stream Coef -> Stream Coef