akc / hops

HOPS - Handy Operations on Power Series
http://akc.is/hops
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Support transforms with multiple arguments #10

Closed SuprDewd closed 7 years ago

SuprDewd commented 7 years ago

This adds support for transforms with multiple arguments, e.g. f = 1+x*DIRICHLET(f,{1,...}).

It's still a work in progress (although things seem to work). In particular:

akc commented 7 years ago

That's a very nice addition. I'm sure it will be useful for other functions as well (besides DIRICHLET).

I just made a few cosmetic changed (most of which were suggested by hlint).