Updates:
        Labels: NeedsReview

Comment #26 on issue 1525 by smi...@gmail.com: No integration by substitution
http://code.google.com/p/sympy/issues/detail?id=1525

https://github.com/sympy/sympy/pull/336; I just wrote factorial(x) as gamma(x + 1) in the test and changed the other test to read x! instead of gamma(x + 1). The more drastic change would be to have the series test for expr.func = factorial and change it to gamma and add 1 to the arg, but that seems hackish.

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

Reply via email to