package flint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
module C : sig ... end
val to_string : t -> string
val pp : Stdlib.Format.formatter -> t -> unit
val create : Z.t array -> t
val create_fmpz : FMPZ.t array -> t
val get_coef_fmpz : t -> int -> FMPZ.t
val get_coef : t -> int -> Z.t
val of_int : int -> t
val length : t -> int
val add : t -> t -> t
val sub : t -> t -> t
val mul : t -> t -> t
val mul_scalar : t -> FMPZ.t -> t
OCaml

Innovation. Community. Security.