Re: Issue 1015 in sympy: limit((1+x/(n+sin(n)))**n,n,oo) doesn't work

2013-11-18 Thread sympy
Updates: Labels: WrongResult Comment #14 on issue 1015 by skirpic...@gmail.com: limit((1+x/(n+sin(n)))**n,n,oo) doesn't work http://code.google.com/p/sympy/issues/detail?id=1015 (No comment was entered for this change.) -- You received this message because this project is configured

Issue 4108 in sympy: Order at oo is wrong

2013-11-18 Thread sympy
Status: Valid Owner: CC: julien.r...@gmail.com, skirpic...@gmail.com Labels: Type-Defect Priority-Medium Series WrongResult New issue 4108 by asmeu...@gmail.com: Order at oo is wrong http://code.google.com/p/sympy/issues/detail?id=4108 In [21]: O(exp(x), x, oo) Out[21]: O(1; x → ∞)