This is a bug in Pynac, see
* https://trac.sagemath.org/ticket/22421
* https://github.com/pynac/pynac/issues/231

On 2017-02-22 08:16, Jeroen Demeyer wrote:
sage -t --long src/sage/symbolic/expression.pyx
**********************************************************************
File "src/sage/symbolic/expression.pyx", line 9627, in
sage.symbolic.expression.Expression.to_gamma
Failed example:
     binomial(m,n).to_gamma()
Expected:
     gamma(m + 1)/(gamma(m - n + 1)*gamma(n + 1))
Got:
     binomial(m, n)
**********************************************************************

--
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to