aboutsummaryrefslogtreecommitdiffstats
path: root/flocq/IEEE754/Binary.v
diff options
context:
space:
mode:
Diffstat (limited to 'flocq/IEEE754/Binary.v')
-rw-r--r--flocq/IEEE754/Binary.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/flocq/IEEE754/Binary.v b/flocq/IEEE754/Binary.v
index 35d15cb3..4516f0a0 100644
--- a/flocq/IEEE754/Binary.v
+++ b/flocq/IEEE754/Binary.v
@@ -2472,9 +2472,9 @@ case f.
now revert Hover; unfold B2R, F2R; simpl; rewrite Rmult_assoc, bpow_plus.
Qed.
-(** This hypothesis is needed to implement Bfrexp
+(** This hypothesis is needed to implement [Bfrexp]
(otherwise, we have emin > - prec
- and Bfrexp cannot fit the mantissa in interval [0.5, 1)) *)
+ and [Bfrexp] cannot fit the mantissa in interval #[0.5, 1)#) *)
Hypothesis Hemax : (3 <= emax)%Z.
Definition Ffrexp_core_binary s m e :=