We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0511f62 commit e7e99a8Copy full SHA for e7e99a8
src/flint/types/fq_default_poly.pyx
@@ -19,7 +19,7 @@ cdef class fq_default_poly_ctx:
19
with a finite field `GF(p^d)`.
20
21
>>> fq_default_poly_ctx(163, 3)
22
- fq_default_poly_ctx(Context for fq_default in GF(163^3)[z]/(z^3 + 7*z + 161))
+ fq_default_poly_ctx(fq_default_ctx(163, 3, 'z', x^3 + 7*x + 161, 'FQ_NMOD'))
23
"""
24
def __cinit__(self):
25
pass
0 commit comments