Formal power series: Difference between revisions

Content added Content deleted
m (Added link to alternative imlementation)
(Simplified 'cache' argument semantics)
Line 1,328: Line 1,328:
(list (cadr Args)
(list (cadr Args)
(cons 'cache (lit (cons))
(cons 'cache (lit (cons))
(list 'pack (list 'char (list 'hash (caadr Args))) (caadr Args))
(caadr Args)
(cddr Args) ) ) ) )</lang>
(cddr Args) ) ) ) )</lang>
we can build a formal power series functionality:
we can build a formal power series functionality: