diff options
Diffstat (limited to 'theories/Reals/Machin.v')
-rw-r--r-- | theories/Reals/Machin.v | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/theories/Reals/Machin.v b/theories/Reals/Machin.v index 6b91719d..40a857e3 100644 --- a/theories/Reals/Machin.v +++ b/theories/Reals/Machin.v @@ -1,3 +1,11 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2014 *) +(* \VV/ **************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(************************************************************************) + Require Import Fourier. Require Import Rbase. Require Import Rtrigo1. |