Up
Module
Make
(
T
: sig .. end) :
S
Parameters
T
: sig .. end
Signature
val
robust_comparison_tolerance : float
intended to be a tolerance on human-entered floats
include
Robustly_comparable.S
with
type
t
:= 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