StreamExponentialSeriesTranscendentalFunctions(Coef)

expps.spad line 156 [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)