Great, I'm submitting a pull request.

Thanks for your help sorting this out.

On 24.01.2012 20:38, Joachim Durchholz wrote:
Am 24.01.2012 20:56, schrieb Tom Bachmann:
Just do

git checkout -b test master
git pull https://github.com/ness01/sympy gruntz

Okay, I wasn't aware that that URL would work.

[btw the correct answer is 2/sqrt(pi), contrary to what I said before.
In any case, definitely not nan.]

Yes, with your new code installed I'm getting that result, here's the
transcript:

 >>> gruntz(gamma(x+1)/sqrt(2*pi)- exp(-x)*(x**(x+S(1)/2) +
x**(x-S(1)/2)/12), x, oo)
∞
 >>> gruntz(exp(x)*exp(x**2)*(erf(x+1/exp(x))-erf(x)), x, oo)
2
─────
___
╲╱ π


All tests now pass, including the slow ones (630 seconds) and doctests.
They also made the ventilator go hypersonic, but then that may have been
because I was doing Netbeans updates at the same time :-)

Nice :-)


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

Reply via email to