Comment #2 on issue 2008 by asmeurer: Inconsistencies for Pow**n and exp***n
http://code.google.com/p/sympy/issues/detail?id=2008

Actually, exp does it unequivocally:

In [6]: print exp(x)**y
exp(x*y)

Is that really valid always?

And you could argue that [1] makes things easier, because you don't have to handle both exp(x)**2 and exp(2*x) cases.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@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