Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 4066 by [email protected]: integrate(abs(y - x**2), (y,0,2))
raises ValueError: gamma function pole
http://code.google.com/p/sympy/issues/detail?id=4066
In [1]: from sympy import *
In [2]: x, y = symbols('x y', real=True)
In [3]: integrate(abs(y - x**2), (y,0,2))
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-3-a60159bcc795> in <module>()
----> 1 integrate(abs(y - x**2), (y,0,2))
...
/home/pape/sympy/sympy/mpmath/libmp/gammazeta.pyc in mpf_gamma(x, prec,
rnd, type)
1964 if type == 2:
1965 return fzero
-> 1966 raise ValueError("gamma function pole")
1967 # n = x
1968 n = man << exp
ValueError: gamma function pole
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues.
For more options, visit https://groups.google.com/groups/opt_out.