diff options
author | torset | 2008-11-24 15:09:15 +0000 |
---|---|---|
committer | torset | 2008-11-24 15:09:15 +0000 |
commit | 78fa83365b35d38842fdf250024236056b610a98 (patch) | |
tree | 077f78a56a1f105c81af4ae72d8760a56f212602 /src/elementaryFunctions/cos/testCos.h | |
parent | 53c4b8a8d161ae4199b8482a3a3eda1c13ff765e (diff) | |
download | scilab2c-78fa83365b35d38842fdf250024236056b610a98.tar.gz scilab2c-78fa83365b35d38842fdf250024236056b610a98.tar.bz2 scilab2c-78fa83365b35d38842fdf250024236056b610a98.zip |
Update tests
Diffstat (limited to 'src/elementaryFunctions/cos/testCos.h')
-rw-r--r-- | src/elementaryFunctions/cos/testCos.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/elementaryFunctions/cos/testCos.h b/src/elementaryFunctions/cos/testCos.h index 82dac484..11be0542 100644 --- a/src/elementaryFunctions/cos/testCos.h +++ b/src/elementaryFunctions/cos/testCos.h @@ -1,6 +1,6 @@ /* * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab - * Copyright (C) 2008-2008 - INRIA - Bruno JOFRET + * Copyright (C) 2008-2008 - INRIA - Arnaud TORSET * * This file must be used under the terms of the CeCILL. * This source file is licensed as described in the file COPYING, which @@ -15,6 +15,7 @@ #include <stdio.h> #include <assert.h> +#include <math.h> #include "cos.h" #include "constant.h" |