On Tue, Nov 26, 2013 at 2:53 PM, Aaron Meurer <[email protected]> wrote: > I agree. This is similar to the refactoring I did a while back with > the _eval_expand methods. There used to be a bunch of _eval_expand > methods that did nothing but recursively call _eval_expand on the > arguments of the function. I changed the API, and now each > _eval_expand is responsible for expanding the top-level function only, > and the recursive handling is done in one place in expand(). The same > should be done here.
I agree. Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
