Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac: #32184 testable example fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
daju1 authored and engineer11skardin committed Jul 19, 2021
1 parent 42fccb2 commit c1f1d15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sage/symbolic/integration/integral.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ def _tderivative_(self, f, x, a, b, diff_param=None):
sage: F(x).diff(x)
f(x)
:trac:`32184 fixed::
:trac:`32184` fixed::
sage: x,y = var("x,y")
sage: f = integrate(-2*(2*(x - floor(x))^3 - 3*(x - floor(x))^2 + x - floor(x))*(8*x^3/(x^2 + y^2)^5 - 3*x/(x^2 + y^2)^4), x, 1, +Infinity, hold=True)
sage: assume(y>0)
Expand Down

0 comments on commit c1f1d15

Please sign in to comment.