aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals/Cos_plus.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-10 21:55:33 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-10 21:55:33 +0000
commit0acce1966cdcaa7b196150bc4f48e841cb82dc16 (patch)
tree3552ee3e82f12ea6fad80534b4fc82c95969ba63 /theories/Reals/Cos_plus.v
parent463531101b7db0a47c49242346f6e765b3cec3b4 (diff)
Remplacement Import par Open Scope en v8
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3909 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Reals/Cos_plus.v')
-rw-r--r--theories/Reals/Cos_plus.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Reals/Cos_plus.v b/theories/Reals/Cos_plus.v
index ae650225f..c89787feb 100644
--- a/theories/Reals/Cos_plus.v
+++ b/theories/Reals/Cos_plus.v
@@ -14,8 +14,8 @@ Require SeqSeries.
Require Rtrigo_def.
Require Cos_rel.
Require Max.
-V7only [Import nat_scope.].
-V7only [Import R_scope.].
+V7only [Import nat_scope.]. Open Scope nat_scope.
+V7only [Import R_scope.]. Open Scope R_scope.
Definition Majxy [x,y:R] : nat->R := [n:nat](Rdiv (pow (Rmax R1 (Rmax (Rabsolu x) (Rabsolu y))) (mult (4) (S n))) (INR (fact n))).