> > Maybe you’re looking to define a new function y (assuming a1, a2, b1, and > b2 have already been defined): > > y(x) = g(a1, b1)(x) + g(a2, b2)(x) > > ? >
I had to try it. The fact this works is very cool. Thanks! Any performance concerns when doing things like this?
