Re: Issue 2856 in sympy: limit(x**16/(x**16 + 1), x, oo) fails

2012-03-13 Thread sympy
Updates: Summary: limit(x**16/(x**16 + 1), x, oo) fails Status: Accepted Labels: Series Comment #2 on issue 2856 by asmeu...@gmail.com: limit(x**16/(x**16 + 1), x, oo) fails http://code.google.com/p/sympy/issues/detail?id=2856 Apparently there's a hard-coded limit for

Re: Issue 2856 in sympy: limit(x**16/(x**16 + 1), x, oo) fails

2012-04-13 Thread sympy
Updates: Status: Fixed Comment #4 on issue 2856 by smi...@gmail.com: limit(x**16/(x**16 + 1), x, oo) fails http://code.google.com/p/sympy/issues/detail?id=2856 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sym

Re: Issue 2856 in sympy: limit(x**16/(x**16 + 1), x, oo) fails

2012-04-13 Thread sympy
Comment #5 on issue 2856 by smi...@gmail.com: limit(x**16/(x**16 + 1), x, oo) fails http://code.google.com/p/sympy/issues/detail?id=2856 This ended up being a bit of a marathon repair, but such expressions work nicely (and quickly). A big thanks to @tsndiffopera who got this going, @sh721

Re: Issue 2856 in sympy: limit(x**16/(x**16 + 1), x, oo) fails

2012-04-13 Thread sympy
Comment #6 on issue 2856 by asmeu...@gmail.com: limit(x**16/(x**16 + 1), x, oo) fails http://code.google.com/p/sympy/issues/detail?id=2856 For reference, the pull request was https://github.com/sympy/sympy/pull/1215 and https://github.com/sympy/sympy/pull/1225. -- You received this mess