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

Commit

Permalink
src/doc/en/prep/Calculus.rst: Add a missing '# long time'
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Sep 3, 2021
1 parent a3bd572 commit 2a6ff9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/en/prep/Calculus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ If no antiderivative is found, the result is just the input::

sage: result = integral(sinh(x^2+sqrt(x-1)),x) # long time (15s on sage.math, 2012)
...
sage: result
sage: result # long time
integrate(sinh(x^2 + sqrt(x - 1)), x)

This last one stumps other systems too.
Expand Down

0 comments on commit 2a6ff9d

Please sign in to comment.