Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module S = Scalarext
include module type of struct include Apron.Coeff end
and t = union_5
val s_of_int : int -> t
val s_of_frac : int -> int -> t
val s_of_float : float -> t
val i_of_scalar : Apron.Scalar.t -> Apron.Scalar.t -> t
val i_of_int : int -> int -> t
val i_of_frac : int -> int -> int -> int -> t
val i_of_float : float -> float -> t
val is_scalar : t -> bool
val is_interval : t -> bool
val is_zero : t -> bool
val equal_int : t -> int -> bool
val print : Format.formatter -> t -> unit
val one : t
val minus_one : t
val to_float : Apron.Coeff.union_5 -> float
val to_mpqf : Apron.Coeff.union_5 -> Mpqf.t
val to_int : Apron.Coeff.union_5 -> int