summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/cos/testCos.h
diff options
context:
space:
mode:
authortorset2008-11-24 15:09:15 +0000
committertorset2008-11-24 15:09:15 +0000
commit78fa83365b35d38842fdf250024236056b610a98 (patch)
tree077f78a56a1f105c81af4ae72d8760a56f212602 /src/elementaryFunctions/cos/testCos.h
parent53c4b8a8d161ae4199b8482a3a3eda1c13ff765e (diff)
downloadscilab2c-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.h3
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"