Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Apron.Scalar end
val of_int : int -> t
val of_frac : int -> int -> t
val of_float : float -> t
val of_infty : int -> t
val is_infty : t -> int
val sgn : t -> int
val cmp_int : t -> int -> int
val equal_int : t -> int -> bool
val to_string : t -> string
val print : Format.formatter -> t -> unit
val to_float : t -> float
scalar addition. result is automatically lifted to mpqf to avoid loss of precision
scalar substraction. result is automatically lifted to mpqf to avoid loss of precision
scalar multiplication. result is automatically lifted to mpqf to avoid loss of precision