details:   http://hg.sympy.org/sympy/rev/e02e9a56597f
changeset: 1803:e02e9a56597f
user:      Ondrej Certik <[EMAIL PROTECTED]>
date:      Fri Oct 17 15:48:22 2008 +0200
description:
Test for sin(sin(x+1)+1).limit(x,0) written.

diffs (10 lines):

diff -r 3334d36b2113 -r e02e9a56597f sympy/series/tests/test_limits.py
--- a/sympy/series/tests/test_limits.py Fri Oct 17 15:48:22 2008 +0200
+++ b/sympy/series/tests/test_limits.py Fri Oct 17 15:48:22 2008 +0200
@@ -135,3 +135,6 @@
 def test_exponential2():
     n = Symbol('n')
     assert limit((1+x/(n+sin(n)))**n,n,oo) == exp(x)
+
+def test_bug693a():
+    assert sin(sin(x+1)+1).limit(x,0) == sin(sin(1)+1)

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

Reply via email to