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