Comment #13 on issue 1799 by asmeurer: Replace exp(x) with E**x internally
http://code.google.com/p/sympy/issues/detail?id=1799

Somehow, it seems that it would be less messy to special case E all over Pow than to special case Pow vs. exp() all over the entire codebase. is_pow would make sense if we had several special classes that were really Pows, but we only have one, which is exp.

By the way, I already fixed #3 in my integration3 branch (commit a559d2a8bed7). It's completely standalone from everything else if you want to review it and cherry-pick it onto master.

--
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