File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/sage/rings/finite_rings Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ def conway_polynomial(p, n):
48
48
49
49
EXAMPLES::
50
50
51
- sage: conway_polynomial(2,5) # needs conway_polynomials
51
+ sage: conway_polynomial(2,5) # needs conway_polynomials
52
52
x^5 + x^2 + 1
53
- sage: conway_polynomial(101,5) # needs conway_polynomials
53
+ sage: conway_polynomial(101,5) # needs conway_polynomials
54
54
x^5 + 2*x + 99
55
- sage: conway_polynomial(97,101) # needs conway_polynomials
55
+ sage: conway_polynomial(97,101) # needs conway_polynomials
56
56
Traceback (most recent call last):
57
57
...
58
58
RuntimeError: requested Conway polynomial not in database.
@@ -85,7 +85,7 @@ def exists_conway_polynomial(p, n):
85
85
86
86
EXAMPLES::
87
87
88
- sage: exists_conway_polynomial(2,3) # needs conway_polynomials
88
+ sage: exists_conway_polynomial(2,3) # needs conway_polynomials
89
89
True
90
90
sage: exists_conway_polynomial(2,-1)
91
91
False
You can’t perform that action at this time.
0 commit comments