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

Commit

Permalink
make a doctest giac version independent
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwifb committed Feb 23, 2021
1 parent c702e45 commit f05720b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/sage/interfaces/giac.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,10 +623,7 @@ def eval(self, code, strip=True, **kwds):
'4\n3'
sage: s='g(x):={\nx+1;\nx+2;\n}'
sage: giac(s)
(x)->{
x+1;
x+2;
}
...x+1...x+2...
sage: giac.g(5)
7
"""
Expand Down

0 comments on commit f05720b

Please sign in to comment.