Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Apronext.ScalarextSourceinclude module type of struct include Apron.Scalar endval of_mpq : Mpq.t -> tval of_mpqf : Mpqf.t -> tval of_int : int -> tval of_frac : int -> int -> tval of_mpfr : Mpfr.t -> tval of_mpfrf : Mpfrf.t -> tval of_float : float -> tval of_infty : int -> tval is_infty : t -> intval sgn : t -> intval cmp_int : t -> int -> intval equal_int : t -> int -> boolval to_string : t -> stringval print : Format.formatter -> t -> unitscalar 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