File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/doc/en/a_tour_of_sage Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,7 @@ digits.
94
94
::
95
95
96
96
sage: factorial(100)
97
- 93326215443944152681699238856266700490715968264381621468592963895217599993229915608
98
- 941463976156518286253697920827223758251185210916864000000000000000000000000
97
+ 93326215443944152681699238856266700490715968264381621468592963895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000
99
98
100
99
::
101
100
@@ -108,8 +107,7 @@ This computes at least 100 digits of :math:`\pi`.
108
107
::
109
108
110
109
sage: N(pi, digits=100)
111
- 3.141592653589793238462643383279502884197169399375105820974944592307816406286208998
112
- 628034825342117068
110
+ 3.141592653589793238462643383279502884197169399375105820974944592307816406286208998628034825342117068
113
111
114
112
This asks Sage to factor a polynomial in two variables.
115
113
You can’t perform that action at this time.
0 commit comments