Updates:
        Status: Fixed

Comment #3 on issue 1163 by [email protected]: make log(sin(x+1)+1).limit(x, 0) simpler
http://code.google.com/p/sympy/issues/detail?id=1163

The recent changes have fixed this:

In [7]: %time limit(log(sin(x+1)+1), x, 0)
CPU times: user 0.00 s, sys: 0.00 s, total: 0.00 s
Wall time: 0.00 s
Out[8]: log(1 + sin(1))


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

Reply via email to