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/cosh/testCosh.h | |
parent | 53c4b8a8d161ae4199b8482a3a3eda1c13ff765e (diff) | |
download | scilab2c-78fa83365b35d38842fdf250024236056b610a98.tar.gz scilab2c-78fa83365b35d38842fdf250024236056b610a98.tar.bz2 scilab2c-78fa83365b35d38842fdf250024236056b610a98.zip |
Update tests
Diffstat (limited to 'src/elementaryFunctions/cosh/testCosh.h')
-rw-r--r-- | src/elementaryFunctions/cosh/testCosh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elementaryFunctions/cosh/testCosh.h b/src/elementaryFunctions/cosh/testCosh.h index 9ed2d4cb..a4de725c 100644 --- a/src/elementaryFunctions/cosh/testCosh.h +++ b/src/elementaryFunctions/cosh/testCosh.h @@ -15,6 +15,7 @@ #include <stdio.h> #include <assert.h> +#include <math.h> #include "cosh.h" #include "constant.h" |