Updates:
Status: Fixed
Comment #9 on issue 1127 by [email protected]:
integrate(2*a/((((2*a)**2+x**2))**(3/2)),x) gives traceback
http://code.google.com/p/sympy/issues/detail?id=1127
This was fixed by another pull request. There was a test in 1005 but the
review process is pretty slow so I've just closed it and can just lighten
the review load.
integrate(2*a/((((2*a)**2+x**2))**(3/2)),x)
2.25675833419103*2**-3.0*sqrt(pi)*1/a/sqrt(4*a**2/x**2 + 1)
integrate(2*a/((((2*a)**2+x**2))**Rational(3,2)),x)
1/(2*a*sqrt(4*a**2/x**2 + 1))
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.