aboutsummaryrefslogtreecommitdiff
path: root/kernel/float64.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/float64.mli')
-rw-r--r--kernel/float64.mli7
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/float64.mli b/kernel/float64.mli
index acc3a556ab..78dc1a7bd7 100644
--- a/kernel/float64.mli
+++ b/kernel/float64.mli
@@ -46,19 +46,14 @@ val classify : t -> float_class
[@@ocaml.inline always]
val mul : t -> t -> t
-[@@ocaml.inline always]
val add : t -> t -> t
-[@@ocaml.inline always]
val sub : t -> t -> t
-[@@ocaml.inline always]
val div : t -> t -> t
-[@@ocaml.inline always]
val sqrt : t -> t
-[@@ocaml.inline always]
(** Link with integers *)
val of_int63 : Uint63.t -> t
@@ -77,10 +72,8 @@ val ldshiftexp : t -> Uint63.t -> t
[@@ocaml.inline always]
val next_up : t -> t
-[@@ocaml.inline always]
val next_down : t -> t
-[@@ocaml.inline always]
(** Return true if two floats are equal.
* All NaN values are considered equal. *)