|
|
|
@ -42,10 +42,10 @@ type t = private
|
|
|
|
|
| Ge (** Greater-than-or-equal test *)
|
|
|
|
|
| Lt (** Less-than test *)
|
|
|
|
|
| Le (** Less-than-or-equal test *)
|
|
|
|
|
| Ugt (** Unordered or greater-than test *)
|
|
|
|
|
| Uge (** Unordered or greater-than-or-equal test *)
|
|
|
|
|
| Ult (** Unordered or less-than test *)
|
|
|
|
|
| Ule (** Unordered or less-than-or-equal test *)
|
|
|
|
|
| Ugt (** Unsigned greater-than test *)
|
|
|
|
|
| Uge (** Unsigned greater-than-or-equal test *)
|
|
|
|
|
| Ult (** Unsigned less-than test *)
|
|
|
|
|
| Ule (** Unsigned less-than-or-equal test *)
|
|
|
|
|
| Ord (** Ordered test (neither arg is nan) *)
|
|
|
|
|
| Uno (** Unordered test (some arg is nan) *)
|
|
|
|
|
| Add (** Addition *)
|
|
|
|
|