Module Core_kernel__.Float.Robust_compare.Make

Parameters

T : sig ... end

Signature

val robust_comparison_tolerance : Core_kernel__.Import.float

intended to be a tolerance on human-entered floats

include Core_kernel.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