Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium Integration
New issue 2277 by [email protected]: integrate(3 + exp(1/x**2), x) doesn't
return successful parts.
http://code.google.com/p/sympy/issues/detail?id=2277
integrate takes and all or nothing approach. Wouldn't it be good to return
the parts of the integral that were doable so the above would give the
following?
3*x + Integral(exp(1/x**2), x)
--
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.