[PATCH] Fix corner case for simplify() when exp() is involved...

2009-03-09 Thread Priit Laes
Ran into another problem with simplify().. Fix here: http://plaes.org/files/2009-Q1/sympy-exp-and-simplify.patch In [1]: simplify(exp(1)+exp(-exp(1))) --- TypeError Traceback (most recent call

Re: [PATCH] Fix corner case for simplify() when exp() is involved...

2009-03-09 Thread Ondrej Certik
On Mon, Mar 9, 2009 at 12:08 PM, Priit Laes plaes...@gmail.com wrote: Ran into another problem with simplify().. Fix here: http://plaes.org/files/2009-Q1/sympy-exp-and-simplify.patch Nice patch, thanks a lot! It's in. Ondrej --~--~-~--~~~---~--~~ You received