in reply to Re: Dynamic function chains?
in thread Dynamic function chains?

First of all, exp isn't the same as 2^x (it's e^x). (Found that when I tested the code.)

My bad! I was trying to keep the output simple.

I like the usage of a hash to store the subs, and also the cute (and much less verbose) &round.
Thanks!