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.Interval end
val of_scalar : Apron.Scalar.t -> Apron.Scalar.t -> t
val of_infsup : Apron.Scalar.t -> Apron.Scalar.t -> t
val of_int : int -> int -> t
val of_frac : int -> int -> int -> int -> t
val of_float : float -> float -> t
val is_top : t -> bool
val is_bottom : t -> bool
val is_zero : t -> bool
val equal_int : t -> int -> bool
val top : t
val bottom : t
val set_infsup : t -> Apron.Scalar.t -> Apron.Scalar.t -> unit
val set_top : t -> unit
val set_bottom : t -> unit
val print : Format.formatter -> t -> unit
val to_float : t -> float * float