Skip to content

Commit

Permalink
untested arithemtic
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoPope committed Aug 7, 2024
1 parent 6bf96a7 commit 7e68a0c
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 104 deletions.
7 changes: 2 additions & 5 deletions src/flint/types/fq_default.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ cdef class fq_default_ctx:
cdef set_any_as_fq_default(self, fq_default_t val, obj)
cdef any_as_fq_default(self, obj)

@staticmethod
cdef fq_default_ctx c_from_order(fmpz p, int d, char *var, fq_default_type type=*)

@staticmethod
cdef fq_default_ctx c_from_modulus(modulus, char *var, fq_default_type type=*)
cdef _c_set_from_order(self, fmpz p, int d, char *var, fq_default_type type=*)
cdef _c_set_from_modulus(self, modulus, char *var, fq_default_type type=*)


cdef class fq_default(flint_scalar):
Expand Down
Loading

0 comments on commit 7e68a0c

Please sign in to comment.