Skip to content

Commit 33205e4

Browse files
committed
Fixes for conda failures
1 parent f592be0 commit 33205e4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/doc/en/a_tour_of_sage/index.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ digits.
9494
::
9595

9696
sage: factorial(100)
97-
93326215443944152681699238856266700490715968264381621468592963895217599993229915608
98-
941463976156518286253697920827223758251185210916864000000000000000000000000
97+
93326215443944152681699238856266700490715968264381621468592963895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000
9998

10099
::
101100

@@ -108,8 +107,7 @@ This computes at least 100 digits of :math:`\pi`.
108107
::
109108

110109
sage: N(pi, digits=100)
111-
3.141592653589793238462643383279502884197169399375105820974944592307816406286208998
112-
628034825342117068
110+
3.141592653589793238462643383279502884197169399375105820974944592307816406286208998628034825342117068
113111

114112
This asks Sage to factor a polynomial in two variables.
115113

0 commit comments

Comments
 (0)