Skip to content

Commit b11ce1e

Browse files
committed
src/sage/calculus/calculus.py: add "needs" for libgiac integration
One example in this file integrates with algorithm='giac', which can fail if sage.libs.giac is not available to perform the integration.
1 parent c3764b6 commit b11ce1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/calculus/calculus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@
387387
Ensure that :issue:`25626` is fixed. As the form of the answer is dependent of
388388
the giac version, we simplify it (see :issue:`34037`). ::
389389
390+
sage: # needs sage.libs.giac
390391
sage: t = SR.var('t')
391392
sage: integrate(exp(t)/(t + 1)^2, t, algorithm='giac').full_simplify()
392393
((t + 1)*Ei(t + 1) - e^(t + 1))/(t*e + e)

0 commit comments

Comments
 (0)