Comment #28 on issue 252 by asmeurer: automatic combining of exponentials  
and logarithms
http://code.google.com/p/sympy/issues/detail?id=252

I vote for deep.  separate, together, and powsimp use deep.  trigsimp uses  
both deep and recursive to mean
different things.  I like deep because it is shorter and because, in my  
opinion, the user shouldn't need to know if
the algorithm is implemented recursively or not.  At least that is what  
recursive implies to me.  I will go ahead
and change it to deep unless there are any objections.

As far as fixing the automatic combining code, it may be straightforward if  
you are familiar with the algorithm
behind nseries.  I have been trying to fix it for days and I haven't been  
able to figure out what part of it relies on
automatic combining.  If you think you know or want to take a look, I would  
be much obliged.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to