Re: Issue 1470 in sympy: limit(sqrt(-x),x,oo) hangs

2011-01-19 Thread sympy
Updates: Status: Fixed Comment #1 on issue 1470 by smi...@gmail.com: limit(sqrt(-x),x,oo) hangs http://code.google.com/p/sympy/issues/detail?id=1470 In master this now gives h[1] >>> limit(sqrt(-x),x,oo) (oo)*I I was not able to bisect and find where it didn't work. Since it's n

Issue 1470 in sympy: limit(sqrt(-x),x,oo) hangs

2009-06-10 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1470 by smichr: limit(sqrt(-x),x,oo) hangs http://code.google.com/p/sympy/issues/detail?id=1470 Three of the sqrt(+-x),x,+-oo permutations succeed but one fails: ### >>> limit(sqrt(x),x,oo) oo >>> limit(sqrt(x),x,-oo) (oo)*I