Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Apronext.IntervalextSourceinclude module type of struct include Apron.Interval endval of_scalar : Apron.Scalar.t -> Apron.Scalar.t -> tval of_infsup : Apron.Scalar.t -> Apron.Scalar.t -> tval of_mpq : Mpq.t -> Mpq.t -> tval of_mpqf : Mpqf.t -> Mpqf.t -> tval of_int : int -> int -> tval of_frac : int -> int -> int -> int -> tval of_float : float -> float -> tval of_mpfr : Mpfr.t -> Mpfr.t -> tval is_top : t -> boolval is_bottom : t -> boolval is_zero : t -> boolval equal_int : t -> int -> boolval top : tval bottom : tval set_infsup : t -> Apron.Scalar.t -> Apron.Scalar.t -> unitval set_top : t -> unitval set_bottom : t -> unitval print : Format.formatter -> t -> unit