Pari.Finite_field
type t = finite_field ty
val create : p:int -> degree:int -> finite_field ty Polynomial.t
create p degree
returns a monic irreducible polynomial of the given degree
over F_pX
.
val generator_from_irreducible_polynomial : finite_field ty Polynomial.t -> t
val residue_class : t -> finite_field ty Polynomial.t
val extend :
finite_field ty ->
[< `Degree of int | `Quotient of finite_field ty Polynomial.t ] ->
t
val fpxq_star :
p:pari_ulong ->
quotient:Fp.t Polynomial.t ->
finite_field group_structure
val to_string : t -> string
module Infix : sig ... end