You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When x1==x2, betainc returns an integer 0 instead of an mpmath object with 0 as its value.
Found while implementing incomplete beta functions in SymPy. sympy/sympy#20569 (comment)