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

Commit

Permalink
Make test pass with giac 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-rojas committed Sep 2, 2021
1 parent a3bd572 commit 7d6a7b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sage/symbolic/integration/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,7 @@ def giac_integrator(expression, v, a=None, b=None):
Check that :trac:`29966` is fixed::
sage: giac_integrator(sqrt(x + sqrt(x)), x)
1/12*(2*sqrt(x)*(4*sqrt(x) + 1) - 3)*sqrt(x + sqrt(x))
- 1/8*log(abs(2*sqrt(x + sqrt(x)) - 2*sqrt(x) - 1))
1/12*(2*sqrt(x)*(4*sqrt(x) + 1) - 3)*sqrt(x + sqrt(x))...
"""
ex = expression._giac_()
if a is None:
Expand Down

0 comments on commit 7d6a7b8

Please sign in to comment.