Module Float.Robustly_comparable

val robust_comparison_tolerance : Core_kernel__.Import.float

intended to be a tolerance on human-entered floats

include Robustly_comparable.S with type t := Core_kernel__.Import.float
type t
val (>=.) : t -> t -> bool
val (<=.) : t -> t -> bool
val (=.) : t -> t -> bool
val (>.) : t -> t -> bool
val (<.) : t -> t -> bool
val (<>.) : t -> t -> bool
val robustly_compare : t -> t -> int