We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65ba5d commit e4f2e8dCopy full SHA for e4f2e8d
src/flint/flintlib/nmod_poly_factor.pxd
@@ -6,9 +6,9 @@ cdef extern from "flint/nmod_poly_factor.h":
6
7
ctypedef struct nmod_poly_factor_struct:
8
nmod_poly_struct *p
9
- long *exp
10
- long num
11
- long alloc
+ slong *exp
+ slong num
+ slong alloc
12
ctypedef nmod_poly_factor_struct nmod_poly_factor_t[1]
13
14
# from here on is parsed
0 commit comments