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 e3120cf commit abe80c1Copy full SHA for abe80c1
src/flint/flintlib/nmod.pxd
@@ -1,11 +1,7 @@
1
-from flint.flintlib.flint cimport mp_limb_t, mp_bitcnt_t, ulong
+from flint.flintlib.flint cimport mp_limb_t, mp_bitcnt_t, ulong, nmod_t
2
from flint.flintlib.fmpz cimport fmpz_t
3
4
cdef extern from "flint/nmod.h":
5
- ctypedef struct nmod_t:
6
- mp_limb_t n
7
- mp_limb_t ninv
8
- mp_bitcnt_t norm
9
# TODO add macros
10
11
# from here on is parsed
0 commit comments