Comment #2 on issue 4038 by [email protected]: Product().doit().simplify()
raises OverflowError: cannot convert float infinity to integer
http://code.google.com/p/sympy/issues/detail?id=4038
I guess there are two bugs here. The thing being called by simplify()
shouldn't raise that error. But also, the answer from Product is wrong
In [137]: print(T)
RisingFactorial(1/2 - sqrt(-3 - 4*I)/2, oo)*RisingFactorial(1/2 + sqrt(-3 -
4*I)/2, oo)/(RisingFactorial(1/2 - sqrt(-3 + 4*I)/2,
oo)*RisingFactorial(1/2 + sqrt(-3 + 4*I)/2, oo))
RisingFactorial doesn't make sense with oo as the second argument. I guess
sense could be made of it as an infinite product, but I would rather just
have the result in terms of Product in that case.
--
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.