From 2a6ff9d5d22ffd11c661f6d8eacdb548f4dd8663 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Fri, 3 Sep 2021 10:25:56 -0700 Subject: [PATCH] src/doc/en/prep/Calculus.rst: Add a missing '# long time' --- src/doc/en/prep/Calculus.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/en/prep/Calculus.rst b/src/doc/en/prep/Calculus.rst index e7fdf6d0c38..8c9ea73777b 100644 --- a/src/doc/en/prep/Calculus.rst +++ b/src/doc/en/prep/Calculus.rst @@ -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.