aboutsummaryrefslogtreecommitdiffstats
path: root/flocq/Calc/Sqrt.v
diff options
context:
space:
mode:
Diffstat (limited to 'flocq/Calc/Sqrt.v')
-rw-r--r--flocq/Calc/Sqrt.v5
1 files changed, 3 insertions, 2 deletions
diff --git a/flocq/Calc/Sqrt.v b/flocq/Calc/Sqrt.v
index 4d267d21..3c885bba 100644
--- a/flocq/Calc/Sqrt.v
+++ b/flocq/Calc/Sqrt.v
@@ -19,8 +19,9 @@ COPYING file for more details.
(** * Helper functions and theorems for computing the rounded square root of a floating-point number. *)
-From Coq Require Import Lia.
-Require Import Raux Defs Digits Generic_fmt Float_prop Bracket.
+From Coq Require Import ZArith Reals Lia.
+
+Require Import Zaux Raux Defs Digits Generic_fmt Float_prop Bracket.
Set Implicit Arguments.
Set Strongly Strict Implicit.