aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals/Rtrigo.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-05-14 09:59:43 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-05-14 09:59:43 +0000
commitadfffe936ed1d22f39bd12b7013447473697db74 (patch)
tree0d62d367ea1ff82613c85b34c205b5a68fd74ab8 /theories/Reals/Rtrigo.v
parent0667c8e4bfd796f6e42c97041ab9d48236791d3b (diff)
Amelioration presentation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4020 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Reals/Rtrigo.v')
-rw-r--r--theories/Reals/Rtrigo.v5
1 files changed, 4 insertions, 1 deletions
diff --git a/theories/Reals/Rtrigo.v b/theories/Reals/Rtrigo.v
index c66112d5f..2696b0453 100644
--- a/theories/Reals/Rtrigo.v
+++ b/theories/Reals/Rtrigo.v
@@ -19,7 +19,10 @@ Require Export Cos_plus.
Require ZArith_base.
Require Zcomplements.
Require Classical_Prop.
-V7only [Import R_scope.]. Open Local Scope R_scope.
+V7only [Import nat_scope.].
+Open Local Scope nat_scope.
+V7only [Import R_scope.].
+Open Local Scope R_scope.
(** sin_PI2 is the only remaining axiom **)
Axiom sin_PI2 : ``(sin (PI/2))==1``.