Updates:
        Status: Fixed

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

The recent changes have fixed this:

In [9]: %time limit(sqrt(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[10]:
  ⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽
╲╱ 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