-
-
Notifications
You must be signed in to change notification settings - Fork 702
Closed
Milestone
Description
See pynac/pynac#231
On some systems (possibly depending on the linker), this doctest fails:
sage -t 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)
**********************************************************************
Upstream: Fixed upstream, but not in a stable release.
CC: @rwst
Component: packages: standard
Author: Ralf Stephan
Branch/Commit: 0a73359
Reviewer: Jeroen Demeyer
Issue created by migration from https://trac.sagemath.org/ticket/22421