Formal power series: Difference between revisions

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