We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3764b6 commit b11ce1eCopy full SHA for b11ce1e
src/sage/calculus/calculus.py
@@ -387,6 +387,7 @@
387
Ensure that :issue:`25626` is fixed. As the form of the answer is dependent of
388
the giac version, we simplify it (see :issue:`34037`). ::
389
390
+ sage: # needs sage.libs.giac
391
sage: t = SR.var('t')
392
sage: integrate(exp(t)/(t + 1)^2, t, algorithm='giac').full_simplify()
393
((t + 1)*Ei(t + 1) - e^(t + 1))/(t*e + e)
0 commit comments