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

Commit

Permalink
trac #14318 lower precision required
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Chapoton committed Dec 22, 2013
1 parent 804f8f9 commit 91f4bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/tests/french_book/integration_doctest.py
Expand Up @@ -92,7 +92,7 @@
sage: p = gp.set_precision(old_prec) # on remet la précision par défaut
sage: gp('intnum(x=0, 1, x^(-1/2))')
1.999999999999999999999...
1.99999999999999999999...
Sage example in ./integration.tex, line 496::
Expand All @@ -102,7 +102,7 @@
Sage example in ./integration.tex, line 504::
sage: gp('intnum(x=[0, -1/42], 1, x^(-1/2))')
1.999999999999999999999...
1.99999999999999999999...
Sage example in ./integration.tex, line 518::
Expand Down

0 comments on commit 91f4bcb

Please sign in to comment.