Module Imandra_prelude.Float
module Round : sig ... endval of_int : Z.t -> floatval of_string : string -> floatval (<=) : t -> t -> boolval (>=) : t -> t -> boolval (<>) : t -> t -> boolval is_infinite : t -> boolval is_normal : t -> boolval is_subnormal : t -> boolval is_positive : t -> boolval is_negative : t -> bool