Issue 3997 in sympy: limit(x**-pi, x, 0, dir='-')

2013-08-30 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Series New issue 3997 by skirpic...@gmail.com: limit(x**-pi, x, 0, dir='-') http://code.google.com/p/sympy/issues/detail?id=3997 After pr #2330 raises PoleError. We should fix this, preferably in the gruntz. -- You received this

Re: Issue 3997 in sympy: limit(x**-pi, x, 0, dir='-')

2013-09-04 Thread sympy
Updates: Cc: ondrej.c...@gmail.com Comment #1 on issue 3997 by asmeu...@gmail.com: limit(x**-pi, x, 0, dir='-') http://code.google.com/p/sympy/issues/detail?id=3997 (No comment was entered for this change.) -- You received this message because this project is configured to send all is

Re: Issue 3997 in sympy: limit(x**-pi, x, 0, dir='-')

2013-09-04 Thread sympy
Comment #2 on issue 3997 by ondrej.c...@gmail.com: limit(x**-pi, x, 0, dir='-') http://code.google.com/p/sympy/issues/detail?id=3997 This needs to be fixed in gruntz either way. Gruntz() must always return correct values, although sometimes it might be slower. -- You received this message

Re: Issue 3997 in sympy: limit(x**-pi, x, 0, dir='-')

2013-09-05 Thread sympy
Comment #3 on issue 3997 by skirpic...@gmail.com: limit(x**-pi, x, 0, dir='-') http://code.google.com/p/sympy/issues/detail?id=3997 The gruntz algorithm has own boundaries. For example, it can't handle x*sin(1/x). Yet, I think, this is not a case. -- You received this message because th

Re: Issue 3997 in sympy: limit(x**-pi, x, 0, dir='-')

2013-09-05 Thread sympy
Comment #5 on issue 3997 by asmeu...@gmail.com: limit(x**-pi, x, 0, dir='-') http://code.google.com/p/sympy/issues/detail?id=3997 Some suggestions for that one at https://groups.google.com/forum/m/#!searchin/sympy/Limit$20sin/sympy/h3aVz3y3n7g (I hope the link works, this is from the mobile

Re: Issue 3997 in sympy: limit(x**-pi, x, 0, dir='-')

2013-09-05 Thread sympy
Comment #4 on issue 3997 by ondrej.c...@gmail.com: limit(x**-pi, x, 0, dir='-') http://code.google.com/p/sympy/issues/detail?id=3997 Yeah I think for x*sin(1/x), the series expansion will fail --- so it might be possible to extend gruntz() to handle cases like these. -- You received this

Re: Issue 3997 in sympy: limit(x**-pi, x, 0, dir='-')

2013-09-06 Thread sympy
Comment #6 on issue 3997 by skirpic...@gmail.com: limit(x**-pi, x, 0, dir='-') http://code.google.com/p/sympy/issues/detail?id=3997 Some suggestions for that one at https://groups.google.com/forum/m/#!searchin/sympy/Limit$20sin/sympy/h3aVz3y3n7g I think, you point to some search on terms

Re: Issue 3997 in sympy: limit(x**-pi, x, 0, dir='-')

2013-09-06 Thread sympy
Comment #7 on issue 3997 by skirpic...@gmail.com: limit(x**-pi, x, 0, dir='-') http://code.google.com/p/sympy/issues/detail?id=3997 so it might be possible to extend gruntz() to handle cases like these. May be. Yet, for now it's a known limitation of the original Gruntz algorithm (see c

Re: Issue 3997 in sympy: limit(x**-pi, x, 0, dir='-')

2013-09-06 Thread sympy
Comment #8 on issue 3997 by asmeu...@gmail.com: limit(x**-pi, x, 0, dir='-') http://code.google.com/p/sympy/issues/detail?id=3997 Stupid mobile version of Google groups always breaks links. Just remove the "/m" https://groups.google.com/forum/#!searchin/sympy/Limit$20sin/sympy/h3aVz3y3n7g.

Re: Issue 3997 in sympy: limit(x**-pi, x, 0, dir='-')

2013-12-23 Thread sympy
Comment #9 on issue 3997 by skirpic...@gmail.com: limit(x**-pi, x, 0, dir='-') http://code.google.com/p/sympy/issues/detail?id=3997 FYI, now gruntz(x**-pi, x, 0, dir='-') returns: Out[24]: oo*sign((-1)**(-pi)) -- You received this message because this project is configured to send all iss

Re: Issue 3997 in sympy: limit(x**-pi, x, 0, dir='-')

2014-01-06 Thread sympy
Updates: Labels: NeedsReview Comment #10 on issue 3997 by skirpic...@gmail.com: limit(x**-pi, x, 0, dir='-') http://code.google.com/p/sympy/issues/detail?id=3997 https://github.com/sympy/sympy/pull/2738 -- You received this message because this project is configured to send all iss

Re: Issue 3997 in sympy: limit(x**-pi, x, 0, dir='-')

2014-01-09 Thread sympy
Updates: Status: Fixed Comment #11 on issue 3997 by asmeu...@gmail.com: limit(x**-pi, x, 0, dir='-') http://code.google.com/p/sympy/issues/detail?id=3997 I'm assuming this should be closed. Or is there a better answer? -- You received this message because this project is configured t

Re: Issue 3997 in sympy: limit(x**-pi, x, 0, dir='-')

2014-01-10 Thread sympy
Updates: Labels: -NeedsReview Comment #12 on issue 3997 by skirpic...@gmail.com: limit(x**-pi, x, 0, dir='-') http://code.google.com/p/sympy/issues/detail?id=3997 No. I think it's ok. -- You received this message because this project is configured to send all issue notifications t